Html Css Color HEX #024D39 Deep Teal

📋 copy color: '#024D39'

red 2 ◦ green 77 ◦ blue 57

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

Shades of Deep Teal #024D39

Tints of Deep Teal #024D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 56.62%

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

R = 1.47%
G = 56.62%
B = 41.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#024D39 (or 0x024D39) is known color: Deep Teal. HEX triplet: 02, 4D and 39. RGB value is (2,77,57). Sum of RGB (Red+Green+Blue) = 2+77+57=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #024D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D39 is #FDB2C6. Grayscale: #343434. Windows color (decimal): -16626375 or 3755266. OLE color: 3755266.

HSL color Cylindrical-coordinate representation of color #024D39: hue angle of 164º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D39 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 77 57 -
CMYK 0.97 0 0.26 0.70
HSL 164º 0.95% 0.15% -
HSV(B) 164º 0.97% 0.3% -
XYZ 3.42 5.62 4.77 -
YUV 52.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 2 77 57 0.97 0 0.26 0.70 164 0.95 0.15
Hex 2 4D 39 61 0 1A 46 A4 5F F
Octal 2 115 71 141 0 32 106 244 137 17
Binary 10 1001101 111001 1100001 0 11010 1000110 10100100 1011111 1111

Color Harmonies of #024D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D39

Black with #024D39

Text Example


Text Example

White with #024D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024D39; }

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

 H1.HeaderClassName
 {
   color: #024D39;
 }
 .AnyTagClassName
 {
   color: #024D39;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #024D39;
 }
 .BgClassName
 {
   background-color: #024D39;
 }
</style>

border-color css

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

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

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