#06523C

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

Shades of Deep Teal #06523C

Tints of Deep Teal #06523C

Color information

#06523C (or 0x06523C) is unknown color: approx Deep Teal. HEX triplet: 06, 52 and 3C. RGB value is (6,82,60). Sum of RGB (Red+Green+Blue) = 6+82+60=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #06523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06523C is #F9ADC3. Grayscale: #383838. Windows color (decimal): -16362948 or 3953158. OLE color: 3953158.

HSL color Cylindrical-coordinate representation of color #06523C: hue angle of 162.63º 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 #06523C is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB68260-
CMYK0.9300.270.68
HSL162.63º86.36%17.25%-
HSV(B)162.63º92.68%32.16%-
XYZ3.916.45.3-
YUV56.77129.8291.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 82 (32.42% from 255) = 55.41%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=4.05%
G=55.41%
B=40.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682600.9300.270.68162.6386.3617.25
Hex6523C5D01B44a35611
Octal61227413503310424312621
Binary11010100101111001011101011011100010010100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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