Html Css Color HEX #024236 Deep Teal

📋 copy color: '#024236'

red 2 ◦ green 66 ◦ blue 54

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

Shades of Deep Teal #024236

Tints of Deep Teal #024236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.1%

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

R = 1.64%
G = 54.1%
B = 44.26%

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

#024236 (or 0x024236) is known color: Deep Teal. HEX triplet: 02, 42 and 36. RGB value is (2,66,54). Sum of RGB (Red+Green+Blue) = 2+66+54=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #024236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024236 is #FDBDC9. Grayscale: #2D2D2D. Windows color (decimal): -16629194 or 3555842. OLE color: 3555842.

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

Color convert

RGB 2 66 54 -
CMYK 0.97 0 0.18 0.74
HSL 168.75º 0.94% 0.13% -
HSV(B) 168.75º 0.97% 0.26% -
XYZ 2.64 4.18 4.16 -
YUV 45.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 2 66 54 0.97 0 0.18 0.74 168.75 0.94 0.13
Hex 2 42 36 61 0 12 4A A9 5E D
Octal 2 102 66 141 0 22 112 251 136 15
Binary 10 1000010 110110 1100001 0 10010 1001010 10101001 1011110 1101

Color Harmonies of #024236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024236

Black with #024236

Text Example


Text Example

White with #024236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024236; }

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

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

background-color css

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

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

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

border-color css

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

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

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