#19473C

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

Shades of Deep Teal #19473C

Tints of Deep Teal #19473C

Color information

#19473C (or 0x19473C) is unknown color: approx Deep Teal. HEX triplet: 19, 47 and 3C. RGB value is (25,71,60). Sum of RGB (Red+Green+Blue) = 25+71+60=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #19473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19473C is #E6B8C3. Grayscale: #373737. Windows color (decimal): -15120580 or 3950361. OLE color: 3950361.

HSL color Cylindrical-coordinate representation of color #19473C: hue angle of 165.65º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19473C is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB257160-
CMYK0.6500.150.72
HSL165.65º47.92%18.82%-
HSV(B)165.65º64.79%27.84%-
XYZ3.475.045.06-
YUV55.99130.26105.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=16.03%
G=45.51%
B=38.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2571600.6500.150.72165.6547.9218.82
Hex19473C410F48a63013
Octal31107741010171102466023
Binary11001100011111110010000010111110010001010011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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