#809E8E

Color #809E8E Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #809E8E

Tints of Acapulco #809E8E

Color information

#809E8E (or 0x809E8E) is unknown color: approx Acapulco. HEX triplet: 80, 9E and 8E. RGB value is (128,158,142). Sum of RGB (Red+Green+Blue) = 128+158+142=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #809E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809E8E is #7F6171. Grayscale: #939393. Windows color (decimal): -8348018 or 9346688. OLE color: 9346688.

HSL color Cylindrical-coordinate representation of color #809E8E: hue angle of 148º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809E8E is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB128158142-
CMYK0.1900.100.38
HSL148º13.39%56.08%-
HSV(B)148º18.99%61.96%-
XYZ26.013130.2-
YUV147.21125.06114.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=29.91%
G=36.92%
B=33.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281581420.1900.100.3814813.3956.08
Hex809E8E130A2694d38
Octal20023621623012462241570
Binary1000000010011110100011101001101010100110100101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809E8E; }

 p { color: rgb(128,158,142); }

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

<style>
 a { background-color: #809E8E; }

 a { background-color: rgb(128,158,142); }

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

<style>
 span { border-color: #809E8E; }

 span { border-color: rgb(128,158,142); }

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