#06523E

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

Shades of Deep Teal #06523E

Tints of Deep Teal #06523E

Color information

#06523E (or 0x06523E) is unknown color: approx Deep Teal. HEX triplet: 06, 52 and 3E. RGB value is (6,82,62). Sum of RGB (Red+Green+Blue) = 6+82+62=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #06523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06523E is #F9ADC1. Grayscale: #383838. Windows color (decimal): -16362946 or 4084230. OLE color: 4084230.

HSL color Cylindrical-coordinate representation of color #06523E: hue angle of 164.21º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06523E is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB68262-
CMYK0.9300.240.68
HSL164.21º86.36%17.25%-
HSV(B)164.21º92.68%32.16%-
XYZ3.966.425.59-
YUV57130.8291.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 82 (32.42% from 255) = 54.67%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=4%
G=54.67%
B=41.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682620.9300.240.68164.2186.3617.25
Hex6523E5D01844a45611
Octal61227613503010424412621
Binary11010100101111101011101011000100010010100100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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