#66A08B

Color #66A08B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #66A08B

Tints of Patina #66A08B

Color information

#66A08B (or 0x66A08B) is unknown color: approx Patina. HEX triplet: 66, A0 and 8B. RGB value is (102,160,139). Sum of RGB (Red+Green+Blue) = 102+160+139=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #66A08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A08B is #995F74. Grayscale: #8C8C8C. Windows color (decimal): -10051445 or 9150566. OLE color: 9150566.

HSL color Cylindrical-coordinate representation of color #66A08B: hue angle of 158.28º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66A08B is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB102160139-
CMYK0.3600.130.37
HSL158.28º23.39%51.37%-
HSV(B)158.28º36.25%62.75%-
XYZ22.7129.8328.99-
YUV140.26127.28100.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 160 (62.89% from 255) = 39.90%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=25.44%
G=39.90%
B=34.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021601390.3600.130.37158.2823.3951.37
Hex66A08B240D259e1733
Octal14624021344015452362763
Binary11001101010000010001011100100011011001011001111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A08B; }

 p { color: rgb(102,160,139); }

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

<style>
 a { background-color: #66A08B; }

 a { background-color: rgb(102,160,139); }

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

<style>
 span { border-color: #66A08B; }

 span { border-color: rgb(102,160,139); }

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