Html Css Color HEX #023D34 Deep Teal

📋 copy color: '#023D34'

red 2 ◦ green 61 ◦ blue 52

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

Shades of Deep Teal #023D34

Tints of Deep Teal #023D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 53.04%

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

R = 1.74%
G = 53.04%
B = 45.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#023D34 (or 0x023D34) is known color: Deep Teal. HEX triplet: 02, 3D and 34. RGB value is (2,61,52). Sum of RGB (Red+Green+Blue) = 2+61+52=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #023D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D34 is #FDC2CB. Grayscale: #2A2A2A. Windows color (decimal): -16630476 or 3423490. OLE color: 3423490.

HSL color Cylindrical-coordinate representation of color #023D34: hue angle of 170.85º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D34 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 61 52 -
CMYK 0.97 0 0.15 0.76
HSL 170.85º 0.94% 0.12% -
HSV(B) 170.85º 0.97% 0.24% -
XYZ 2.31 3.6 3.82 -
YUV 42.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 2 61 52 0.97 0 0.15 0.76 170.85 0.94 0.12
Hex 2 3D 34 61 0 F 4C AB 5E C
Octal 2 75 64 141 0 17 114 253 136 14
Binary 10 111101 110100 1100001 0 1111 1001100 10101011 1011110 1100

Color Harmonies of #023D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D34

Black with #023D34

Text Example


Text Example

White with #023D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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