Html Css Color HEX #024035 Deep Teal

📋 copy color: '#024035'

red 2 ◦ green 64 ◦ blue 53

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

Shades of Deep Teal #024035

Tints of Deep Teal #024035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

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

R = 1.68%
G = 53.78%
B = 44.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#024035 (or 0x024035) is known color: Deep Teal. HEX triplet: 02, 40 and 35. RGB value is (2,64,53). Sum of RGB (Red+Green+Blue) = 2+64+53=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #024035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024035 is #FDBFCA. Grayscale: #2C2C2C. Windows color (decimal): -16629707 or 3489794. OLE color: 3489794.

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

Color convert

RGB 2 64 53 -
CMYK 0.97 0 0.17 0.75
HSL 169.35º 0.94% 0.13% -
HSV(B) 169.35º 0.97% 0.25% -
XYZ 2.5 3.94 4 -
YUV 44.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 2 64 53 0.97 0 0.17 0.75 169.35 0.94 0.13
Hex 2 40 35 61 0 11 4B A9 5E D
Octal 2 100 65 141 0 21 113 251 136 15
Binary 10 1000000 110101 1100001 0 10001 1001011 10101001 1011110 1101

Color Harmonies of #024035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024035

Black with #024035

Text Example


Text Example

White with #024035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024035; }

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

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

background-color css

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

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

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

border-color css

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

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

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