#024939

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

Shades of Deep Teal #024939

Tints of Deep Teal #024939

Color information

#024939 (or 0x024939) is unknown color: approx Deep Teal. HEX triplet: 02, 49 and 39. RGB value is (2,73,57). Sum of RGB (Red+Green+Blue) = 2+73+57=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #024939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024939 is #FDB6C6. Grayscale: #313131. Windows color (decimal): -16627399 or 3754242. OLE color: 3754242.

HSL color Cylindrical-coordinate representation of color #024939: hue angle of 166.48º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024939 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB27357-
CMYK0.9700.220.71
HSL166.48º94.67%14.71%-
HSV(B)166.48º97.26%28.63%-
XYZ3.155.074.68-
YUV49.95131.9893.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=1.52%
G=55.30%
B=43.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273570.9700.220.71166.4894.6714.71
Hex249396101647a65ff
Octal21117114102610724613717
Binary101001001111001110000101011010001111010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024939; }

 p { color: rgb(2,73,57); }

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

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

 a { background-color: rgb(2,73,57); }

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

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

 span { border-color: rgb(2,73,57); }

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