Html Css Color HEX #024336 Deep Teal

📋 copy color: '#024336'

red 2 ◦ green 67 ◦ blue 54

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

Shades of Deep Teal #024336

Tints of Deep Teal #024336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 43.9%

R = 1.63%
G = 54.47%
B = 43.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#024336 (or 0x024336) is known color: Deep Teal. HEX triplet: 02, 43 and 36. RGB value is (2,67,54). Sum of RGB (Red+Green+Blue) = 2+67+54=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #024336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024336 is #FDBCC9. Grayscale: #2E2E2E. Windows color (decimal): -16628938 or 3556098. OLE color: 3556098.

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

Color convert

RGB 2 67 54 -
CMYK 0.97 0 0.19 0.74
HSL 168º 0.94% 0.14% -
HSV(B) 168º 0.97% 0.26% -
XYZ 2.7 4.29 4.18 -
YUV 46.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 2 67 54 0.97 0 0.19 0.74 168 0.94 0.14
Hex 2 43 36 61 0 13 4A A8 5E E
Octal 2 103 66 141 0 23 112 250 136 16
Binary 10 1000011 110110 1100001 0 10011 1001010 10101000 1011110 1110

Color Harmonies of #024336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024336

Black with #024336

Text Example


Text Example

White with #024336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024336; }

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

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

background-color css

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

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

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

border-color css

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

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

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