Html Css Color HEX #024135 Deep Teal

📋 copy color: '#024135'

red 2 ◦ green 65 ◦ blue 53

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

Shades of Deep Teal #024135

Tints of Deep Teal #024135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 44.17%

R = 1.67%
G = 54.17%
B = 44.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#024135 (or 0x024135) is known color: Deep Teal. HEX triplet: 02, 41 and 35. RGB value is (2,65,53). Sum of RGB (Red+Green+Blue) = 2+65+53=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #024135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024135 is #FDBECA. Grayscale: #2C2C2C. Windows color (decimal): -16629451 or 3490050. OLE color: 3490050.

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

Color convert

RGB 2 65 53 -
CMYK 0.97 0 0.18 0.75
HSL 168.57º 0.94% 0.13% -
HSV(B) 168.57º 0.97% 0.25% -
XYZ 2.56 4.05 4.02 -
YUV 44.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 2 65 53 0.97 0 0.18 0.75 168.57 0.94 0.13
Hex 2 41 35 61 0 12 4B A9 5E D
Octal 2 101 65 141 0 22 113 251 136 15
Binary 10 1000001 110101 1100001 0 10010 1001011 10101001 1011110 1101

Color Harmonies of #024135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024135

Black with #024135

Text Example


Text Example

White with #024135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024135; }

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

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

background-color css

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

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

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

border-color css

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

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

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