#06533F

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

Shades of Deep Teal #06533F

Tints of Deep Teal #06533F

Color information

#06533F (or 0x06533F) is unknown color: approx Deep Teal. HEX triplet: 06, 53 and 3F. RGB value is (6,83,63). Sum of RGB (Red+Green+Blue) = 6+83+63=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #06533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06533F is #F9ACC0. Grayscale: #393939. Windows color (decimal): -16362689 or 4150022. OLE color: 4150022.

HSL color Cylindrical-coordinate representation of color #06533F: hue angle of 164.42º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06533F is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB68363-
CMYK0.9300.240.67
HSL164.42º86.52%17.45%-
HSV(B)164.42º92.77%32.55%-
XYZ4.076.585.76-
YUV57.7130.9991.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 63 (25% from 255) = 41.45%
R=3.95%
G=54.61%
B=41.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683630.9300.240.67164.4286.5217.45
Hex6533F5D01843a45711
Octal61237713503010324412721
Binary11010100111111111011101011000100001110100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06533F; }

 p { color: rgb(6,83,63); }

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

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

 a { background-color: rgb(6,83,63); }

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

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

 span { border-color: rgb(6,83,63); }

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