Html Css Color HEX #024939 Deep Teal

📋 copy color: '#024939'

red 2 ◦ green 73 ◦ blue 57

#024939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #024939

Tints of Deep Teal #024939

RGB

 RED value IS 2 (1.17% from 255) = 1.52%

 GREEN value IS 73 (28.91% from 255) = 55.3%

 BLUE value IS 57 (22.66% from 255) = 43.18%

R = 1.52%
G = 55.3%
B = 43.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#024939 (or 0x024939) is known color: 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

RGB 2 73 57 -
CMYK 0.97 0 0.22 0.71
HSL 166.48º 0.95% 0.15% -
HSV(B) 166.48º 0.97% 0.29% -
XYZ 3.15 5.07 4.68 -
YUV 49.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 2 73 57 0.97 0 0.22 0.71 166.48 0.95 0.15
Hex 2 49 39 61 0 16 47 A6 5F F
Octal 2 111 71 141 0 26 107 246 137 17
Binary 10 1001001 111001 1100001 0 10110 1000111 10100110 1011111 1111

Color Harmonies of #024939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024939

Black with #024939

Text Example


Text Example

White with #024939

Text Example


Text Example

HTML Codes & Css Web 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>