#033E33

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

Shades of Deep Teal #033E33

Tints of Deep Teal #033E33

Color information

#033E33 (or 0x033E33) is unknown color: approx Deep Teal. HEX triplet: 03, 3E and 33. RGB value is (3,62,51). Sum of RGB (Red+Green+Blue) = 3+62+51=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #033E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E33 is #FCC1CC. Grayscale: #2B2B2B. Windows color (decimal): -16564685 or 3358211. OLE color: 3358211.

HSL color Cylindrical-coordinate representation of color #033E33: hue angle of 168.81º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033E33 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB36251-
CMYK0.9500.180.76
HSL168.81º90.77%12.75%-
HSV(B)168.81º95.16%24.31%-
XYZ2.363.73.72-
YUV43.1132.4599.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 62 (24.61% from 255) = 53.45%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=2.59%
G=53.45%
B=43.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362510.9500.180.76168.8190.7712.75
Hex33E335F0124Ca95bd
Octal3766313702211425113315
Binary11111110110011101111101001010011001010100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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