#023C32

Color #023C32 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #023C32

Tints of Deep Teal #023C32

Color information

#023C32 (or 0x023C32) is unknown color: approx 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

RGB26050-
CMYK0.9700.170.76
HSL169.66º93.55%12.16%-
HSV(B)169.66º96.67%23.53%-
XYZ2.223.473.57-
YUV41.52132.7899.81-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal260500.9700.170.76169.6693.5512.16
Hex23C32610114Caa5ec
Octal2746214102111425213614
Binary10111100110010110000101000110011001010101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>