#19413B

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

Shades of Deep Teal #19413B

Tints of Deep Teal #19413B

Color information

#19413B (or 0x19413B) is unknown color: approx Deep Teal. HEX triplet: 19, 41 and 3B. RGB value is (25,65,59). Sum of RGB (Red+Green+Blue) = 25+65+59=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #19413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19413B is #E6BEC4. Grayscale: #343434. Windows color (decimal): -15122117 or 3883289. OLE color: 3883289.

HSL color Cylindrical-coordinate representation of color #19413B: hue angle of 171º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19413B is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB256559-
CMYK0.6200.090.75
HSL171º44.44%17.65%-
HSV(B)171º61.54%25.49%-
XYZ3.084.34.81-
YUV52.36131.75108.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=16.78%
G=43.62%
B=39.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565590.6200.090.7517144.4417.65
Hex19413B3E094Bab2c12
Octal3110173760111132535422
Binary1100110000011110111111100100110010111010101110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19413B; }

 p { color: rgb(25,65,59); }

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

<style>
 a { background-color: #19413B; }

 a { background-color: rgb(25,65,59); }

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

<style>
 span { border-color: #19413B; }

 span { border-color: rgb(25,65,59); }

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