#024937

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

Shades of Deep Teal #024937

Tints of Deep Teal #024937

Color information

#024937 (or 0x024937) is unknown color: approx Deep Teal. HEX triplet: 02, 49 and 37. RGB value is (2,73,55). Sum of RGB (Red+Green+Blue) = 2+73+55=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #024937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024937 is #FDB6C8. Grayscale: #313131. Windows color (decimal): -16627401 or 3623170. OLE color: 3623170.

HSL color Cylindrical-coordinate representation of color #024937: hue angle of 164.79º 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 #024937 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB27355-
CMYK0.9700.250.71
HSL164.79º94.67%14.71%-
HSV(B)164.79º97.26%28.63%-
XYZ3.15.054.43-
YUV49.72130.9893.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 55 (21.88% from 255) = 42.31%
R=1.54%
G=56.15%
B=42.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273550.9700.250.71164.7994.6714.71
Hex249376101947a55ff
Octal21116714103110724513717
Binary101001001110111110000101100110001111010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024937; }

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

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

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

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

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

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

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

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