#033B32

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

Shades of Deep Teal #033B32

Tints of Deep Teal #033B32

Color information

#033B32 (or 0x033B32) is unknown color: approx Deep Teal. HEX triplet: 03, 3B and 32. RGB value is (3,59,50). Sum of RGB (Red+Green+Blue) = 3+59+50=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #033B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B32 is #FCC4CD. Grayscale: #292929. Windows color (decimal): -16565454 or 3291907. OLE color: 3291907.

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

Color convert

RGB35950-
CMYK0.9500.150.77
HSL170.36º90.32%12.16%-
HSV(B)170.36º94.92%23.14%-
XYZ2.183.383.55-
YUV41.23132.95100.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 59 (23.44% from 255) = 52.68%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=2.68%
G=52.68%
B=44.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359500.9500.150.77170.3690.3212.16
Hex33B325F0F4Daa5ac
Octal3736213701711525213214
Binary1111101111001010111110111110011011010101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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