Html Css Color HEX #024134 Deep Teal

📋 copy color: '#024134'

red 2 ◦ green 65 ◦ blue 52

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

Shades of Deep Teal #024134

Tints of Deep Teal #024134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.62%

 BLUE value IS 52 (20.7% from 255) = 43.7%

R = 1.68%
G = 54.62%
B = 43.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#024134 (or 0x024134) is known color: Deep Teal. HEX triplet: 02, 41 and 34. RGB value is (2,65,52). Sum of RGB (Red+Green+Blue) = 2+65+52=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #024134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024134 is #FDBECB. Grayscale: #2C2C2C. Windows color (decimal): -16629452 or 3424514. OLE color: 3424514.

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

Color convert

RGB 2 65 52 -
CMYK 0.97 0 0.20 0.75
HSL 167.62º 0.94% 0.13% -
HSV(B) 167.62º 0.97% 0.25% -
XYZ 2.54 4.04 3.9 -
YUV 44.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 2 65 52 0.97 0 0.20 0.75 167.62 0.94 0.13
Hex 2 41 34 61 0 14 4B A8 5E D
Octal 2 101 64 141 0 24 113 250 136 15
Binary 10 1000001 110100 1100001 0 10100 1001011 10101000 1011110 1101

Color Harmonies of #024134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024134

Black with #024134

Text Example


Text Example

White with #024134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024134; }

 p { color: rgb(2,65,52); }

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

background-color css

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

 a { background-color: rgb(2,65,52); }

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

border-color css

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

 span { border-color: rgb(2,65,52); }

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