#19483C

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

Shades of Deep Teal #19483C

Tints of Deep Teal #19483C

Color information

#19483C (or 0x19483C) is unknown color: approx Deep Teal. HEX triplet: 19, 48 and 3C. RGB value is (25,72,60). Sum of RGB (Red+Green+Blue) = 25+72+60=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #19483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19483C is #E6B7C3. Grayscale: #383838. Windows color (decimal): -15120324 or 3950617. OLE color: 3950617.

HSL color Cylindrical-coordinate representation of color #19483C: hue angle of 164.68º 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 #19483C is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB257260-
CMYK0.6500.170.72
HSL164.68º48.45%19.02%-
HSV(B)164.68º65.28%28.24%-
XYZ3.535.175.09-
YUV56.58129.93105.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=15.92%
G=45.86%
B=38.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572600.6500.170.72164.6848.4519.02
Hex19483C4101148a53013
Octal31110741010211102456023
Binary110011001000111100100000101000110010001010010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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