#06533E

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

Shades of Deep Teal #06533E

Tints of Deep Teal #06533E

Color information

#06533E (or 0x06533E) is unknown color: approx Deep Teal. HEX triplet: 06, 53 and 3E. RGB value is (6,83,62). Sum of RGB (Red+Green+Blue) = 6+83+62=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #06533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06533E is #F9ACC1. Grayscale: #393939. Windows color (decimal): -16362690 or 4084486. OLE color: 4084486.

HSL color Cylindrical-coordinate representation of color #06533E: hue angle of 163.64º 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 #06533E is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB68362-
CMYK0.9300.250.67
HSL163.64º86.52%17.45%-
HSV(B)163.64º92.77%32.55%-
XYZ4.046.575.61-
YUV57.58130.4991.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=3.97%
G=54.97%
B=41.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683620.9300.250.67163.6486.5217.45
Hex6533E5D01943a45711
Octal61237613503110324412721
Binary11010100111111101011101011001100001110100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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