#033A33

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

Shades of Deep Teal #033A33

Tints of Deep Teal #033A33

Color information

#033A33 (or 0x033A33) is unknown color: approx Deep Teal. HEX triplet: 03, 3A and 33. RGB value is (3,58,51). Sum of RGB (Red+Green+Blue) = 3+58+51=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #033A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A33 is #FCC5CC. Grayscale: #282828. Windows color (decimal): -16565709 or 3357187. OLE color: 3357187.

HSL color Cylindrical-coordinate representation of color #033A33: hue angle of 172.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 #033A33 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB35851-
CMYK0.9500.120.77
HSL172.36º90.16%11.96%-
HSV(B)172.36º94.83%22.75%-
XYZ2.153.283.65-
YUV40.76133.78101.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 58 (23.05% from 255) = 51.79%
BLUE value IS 51 (20.31% from 255) = 45.54%
R=2.68%
G=51.79%
B=45.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358510.9500.120.77172.3690.1611.96
Hex33A335F0C4Dac5ac
Octal3726313701411525413214
Binary1111101011001110111110110010011011010110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,58,51); }

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

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

 a { background-color: rgb(3,58,51); }

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

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

 span { border-color: rgb(3,58,51); }

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