#06543F

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

Shades of Deep Teal #06543F

Tints of Deep Teal #06543F

Color information

#06543F (or 0x06543F) is unknown color: approx Deep Teal. HEX triplet: 06, 54 and 3F. RGB value is (6,84,63). Sum of RGB (Red+Green+Blue) = 6+84+63=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #06543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06543F is #F9ABC0. Grayscale: #3A3A3A. Windows color (decimal): -16362433 or 4150278. OLE color: 4150278.

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

Color convert

RGB68463-
CMYK0.9300.250.67
HSL163.85º86.67%17.65%-
HSV(B)163.85º92.86%32.94%-
XYZ4.146.745.78-
YUV58.28130.6690.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 63 (25% from 255) = 41.18%
R=3.92%
G=54.90%
B=41.18%

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
Decimal684630.9300.250.67163.8586.6717.65
Hex6543F5D01943a45712
Octal61247713503110324412722
Binary11010101001111111011101011001100001110100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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