#033932

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

Shades of Deep Teal #033932

Tints of Deep Teal #033932

Color information

#033932 (or 0x033932) is unknown color: approx Deep Teal. HEX triplet: 03, 39 and 32. RGB value is (3,57,50). Sum of RGB (Red+Green+Blue) = 3+57+50=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #033932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033932 is #FCC6CD. Grayscale: #282828. Windows color (decimal): -16565966 or 3291395. OLE color: 3291395.

HSL color Cylindrical-coordinate representation of color #033932: hue angle of 172.22º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033932 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB35750-
CMYK0.9500.120.78
HSL172.22º90%11.76%-
HSV(B)172.22º94.74%22.35%-
XYZ2.083.183.52-
YUV40.06133.61101.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 57 (22.66% from 255) = 51.82%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=2.73%
G=51.82%
B=45.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357500.9500.120.78172.229011.76
Hex339325F0C4Eac5ac
Octal3716213701411625413214
Binary1111100111001010111110110010011101010110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033932; }

 p { color: rgb(3,57,50); }

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

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

 a { background-color: rgb(3,57,50); }

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

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

 span { border-color: rgb(3,57,50); }

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