Html Css Color HEX #024337 Deep Teal

📋 copy color: '#024337'

red 2 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #024337

Tints of Deep Teal #024337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.03%

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

R = 1.61%
G = 54.03%
B = 44.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#024337 (or 0x024337) is known color: Deep Teal. HEX triplet: 02, 43 and 37. RGB value is (2,67,55). Sum of RGB (Red+Green+Blue) = 2+67+55=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #024337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024337 is #FDBCC8. Grayscale: #2E2E2E. Windows color (decimal): -16628937 or 3621634. OLE color: 3621634.

HSL color Cylindrical-coordinate representation of color #024337: hue angle of 168.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024337 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 67 55 -
CMYK 0.97 0 0.18 0.74
HSL 168.92º 0.94% 0.14% -
HSV(B) 168.92º 0.97% 0.26% -
XYZ 2.72 4.3 4.3 -
YUV 46.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 2 67 55 0.97 0 0.18 0.74 168.92 0.94 0.14
Hex 2 43 37 61 0 12 4A A9 5E E
Octal 2 103 67 141 0 22 112 251 136 16
Binary 10 1000011 110111 1100001 0 10010 1001010 10101001 1011110 1110

Color Harmonies of #024337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024337

Black with #024337

Text Example


Text Example

White with #024337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024337; }

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

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

background-color css

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

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

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

border-color css

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

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

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