#033F34

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

Shades of Deep Teal #033F34

Tints of Deep Teal #033F34

Color information

#033F34 (or 0x033F34) is unknown color: approx Deep Teal. HEX triplet: 03, 3F and 34. RGB value is (3,63,52). Sum of RGB (Red+Green+Blue) = 3+63+52=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #033F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F34 is #FCC0CB. Grayscale: #2B2B2B. Windows color (decimal): -16564428 or 3424003. OLE color: 3424003.

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

Color convert

RGB36352-
CMYK0.9500.170.75
HSL169º90.91%12.94%-
HSV(B)169º95.24%24.71%-
XYZ2.433.823.86-
YUV43.81132.6298.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 63 (25% from 255) = 53.39%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=2.54%
G=53.39%
B=44.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363520.9500.170.7516990.9112.94
Hex33F345F0114Ba95bd
Octal3776413702111325113315
Binary11111111110100101111101000110010111010100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,63,52); }

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

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

 a { background-color: rgb(3,63,52); }

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

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

 span { border-color: rgb(3,63,52); }

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