Html Css Color HEX #024737 Deep Teal

📋 copy color: '#024737'

red 2 ◦ green 71 ◦ blue 55

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

Shades of Deep Teal #024737

Tints of Deep Teal #024737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.47%

 BLUE value IS 55 (21.88% from 255) = 42.97%

R = 1.56%
G = 55.47%
B = 42.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#024737 (or 0x024737) is known color: Deep Teal. HEX triplet: 02, 47 and 37. RGB value is (2,71,55). Sum of RGB (Red+Green+Blue) = 2+71+55=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #024737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024737 is #FDB8C8. Grayscale: #303030. Windows color (decimal): -16627913 or 3622658. OLE color: 3622658.

HSL color Cylindrical-coordinate representation of color #024737: hue angle of 166.09º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024737 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 71 55 -
CMYK 0.97 0 0.23 0.72
HSL 166.09º 0.95% 0.14% -
HSV(B) 166.09º 0.97% 0.28% -
XYZ 2.97 4.8 4.38 -
YUV 48.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 2 71 55 0.97 0 0.23 0.72 166.09 0.95 0.14
Hex 2 47 37 61 0 17 48 A6 5F E
Octal 2 107 67 141 0 27 110 246 137 16
Binary 10 1000111 110111 1100001 0 10111 1001000 10100110 1011111 1110

Color Harmonies of #024737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024737

Black with #024737

Text Example


Text Example

White with #024737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024737; }

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

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

background-color css

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

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

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

border-color css

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

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

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