#19413C

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

Shades of Deep Teal #19413C

Tints of Deep Teal #19413C

Color information

#19413C (or 0x19413C) is unknown color: approx Deep Teal. HEX triplet: 19, 41 and 3C. RGB value is (25,65,60). Sum of RGB (Red+Green+Blue) = 25+65+60=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #19413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19413C is #E6BEC3. Grayscale: #343434. Windows color (decimal): -15122116 or 3948825. OLE color: 3948825.

HSL color Cylindrical-coordinate representation of color #19413C: hue angle of 172.5º 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 #19413C is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB256560-
CMYK0.6200.080.75
HSL172.5º44.44%17.65%-
HSV(B)172.5º61.54%25.49%-
XYZ3.114.314.94-
YUV52.47132.25108.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=16.67%
G=43.33%
B=40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565600.6200.080.75172.544.4417.65
Hex19413C3E084Bac2c12
Octal3110174760101132545422
Binary1100110000011111001111100100010010111010110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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