#023B32

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

Shades of Deep Teal #023B32

Tints of Deep Teal #023B32

Color information

#023B32 (or 0x023B32) is unknown color: approx Deep Teal. HEX triplet: 02, 3B and 32. RGB value is (2,59,50). Sum of RGB (Red+Green+Blue) = 2+59+50=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #023B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B32 is #FDC4CD. Grayscale: #282828. Windows color (decimal): -16630990 or 3291906. OLE color: 3291906.

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

Color convert

RGB25950-
CMYK0.9700.150.77
HSL170.53º93.44%11.96%-
HSV(B)170.53º96.61%23.14%-
XYZ2.163.373.55-
YUV40.93133.12100.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 59 (23.44% from 255) = 53.15%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=1.80%
G=53.15%
B=45.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259500.9700.150.77170.5393.4411.96
Hex23B32610F4Dab5dc
Octal2736214101711525313514
Binary1011101111001011000010111110011011010101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #023B32;
 }
 .AnyTagClassName
 {
   color: #023B32;
 }
</style>
background-color css

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

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

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

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

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

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