#66A08F

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

Shades of Patina #66A08F

Tints of Patina #66A08F

Color information

#66A08F (or 0x66A08F) is unknown color: approx Patina. HEX triplet: 66, A0 and 8F. RGB value is (102,160,143). Sum of RGB (Red+Green+Blue) = 102+160+143=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #66A08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A08F is #995F70. Grayscale: #8C8C8C. Windows color (decimal): -10051441 or 9412710. OLE color: 9412710.

HSL color Cylindrical-coordinate representation of color #66A08F: hue angle of 162.41º 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 #66A08F is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB102160143-
CMYK0.3600.110.37
HSL162.41º23.39%51.37%-
HSV(B)162.41º36.25%62.75%-
XYZ23.0129.9530.55-
YUV140.72129.28100.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=25.19%
G=39.51%
B=35.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021601430.3600.110.37162.4123.3951.37
Hex66A08F240B25a21733
Octal14624021744013452422763
Binary11001101010000010001111100100010111001011010001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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