Html Css Color HEX #024335 Deep Teal

📋 copy color: '#024335'

red 2 ◦ green 67 ◦ blue 53

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

Shades of Deep Teal #024335

Tints of Deep Teal #024335

RGB

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

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

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

R = 1.64%
G = 54.92%
B = 43.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#024335 (or 0x024335) is known color: Deep Teal. HEX triplet: 02, 43 and 35. RGB value is (2,67,53). Sum of RGB (Red+Green+Blue) = 2+67+53=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #024335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024335 is #FDBCCA. Grayscale: #2D2D2D. Windows color (decimal): -16628939 or 3490562. OLE color: 3490562.

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

Color convert

RGB 2 67 53 -
CMYK 0.97 0 0.21 0.74
HSL 167.08º 0.94% 0.14% -
HSV(B) 167.08º 0.97% 0.26% -
XYZ 2.67 4.28 4.05 -
YUV 45.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 2 67 53 0.97 0 0.21 0.74 167.08 0.94 0.14
Hex 2 43 35 61 0 15 4A A7 5E E
Octal 2 103 65 141 0 25 112 247 136 16
Binary 10 1000011 110101 1100001 0 10101 1001010 10100111 1011110 1110

Color Harmonies of #024335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024335

Black with #024335

Text Example


Text Example

White with #024335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024335; }

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

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

background-color css

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

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

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

border-color css

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

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

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