Html Css Color HEX #023C32 Deep Teal

📋 copy color: '#023C32'

red 2 ◦ green 60 ◦ blue 50

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

Shades of Deep Teal #023C32

Tints of Deep Teal #023C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 53.57%

 BLUE value IS 50 (19.92% from 255) = 44.64%

R = 1.79%
G = 53.57%
B = 44.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.76

RGB Variations

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

Color information

#023C32 (or 0x023C32) is known color: Deep Teal. HEX triplet: 02, 3C and 32. RGB value is (2,60,50). Sum of RGB (Red+Green+Blue) = 2+60+50=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #023C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C32 is #FDC3CD. Grayscale: #292929. Windows color (decimal): -16630734 or 3292162. OLE color: 3292162.

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

Color convert

RGB 2 60 50 -
CMYK 0.97 0 0.17 0.76
HSL 169.66º 0.94% 0.12% -
HSV(B) 169.66º 0.97% 0.24% -
XYZ 2.22 3.47 3.57 -
YUV 41.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 2 60 50 0.97 0 0.17 0.76 169.66 0.94 0.12
Hex 2 3C 32 61 0 11 4C AA 5E C
Octal 2 74 62 141 0 21 114 252 136 14
Binary 10 111100 110010 1100001 0 10001 1001100 10101010 1011110 1100

Color Harmonies of #023C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C32

Black with #023C32

Text Example


Text Example

White with #023C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,60,50); }

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

background-color css

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

 a { background-color: rgb(2,60,50); }

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

border-color css

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

 span { border-color: rgb(2,60,50); }

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