#01748b

Color #01748B Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #01748B

Tints of Teal #01748B

Color information

#01748B (or 0x01748B) is unknown color: approx Teal. HEX triplet: 01, 74 and 8B. RGB value is (1,116,139). Sum of RGB (Red+Green+Blue) = 1+116+139=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #01748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01748B is #FE8B74. Grayscale: #545454. Windows color (decimal): -16681845 or 9139201. OLE color: 9139201.

HSL color Cylindrical-coordinate representation of color #01748B: hue angle of 190º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01748B is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1116139-
CMYK0.990.1700.45
HSL190º98.57%27.45%-
HSV(B)190º99.28%54.51%-
XYZ10.9214.3626.62-
YUV84.24158.968.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=0.39%
G=45.31%
B=54.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11161390.990.1700.4519098.5727.45
Hex1748B631102Dbe631b
Octal11642131432105527614333
Binary1111010010001011110001110001010110110111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01748b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01748b; }

 p { color: rgb(1,116,139); }

 H1.HeaderClassName
 {
   color: #01748b;
 }
 .AnyTagClassName
 {
   color: #01748b;
 }
</style>
background-color css

<style>
 a { background-color: #01748b; }

 a { background-color: rgb(1,116,139); }

 div.DivClassName
 {
   background-color: #01748b;
 }
 .BgClassName
 {
   background-color: #01748b;
 }
</style>
border-color css

<style>
 span { border-color: #01748b; }

 span { border-color: rgb(1,116,139); }

 td.TdClassName
 {
   border-color: #01748b;
 }
 .TagClassName
 {
   border-color: #01748b;
 }
</style>