#80AF9A

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

Shades of Acapulco #80AF9A

Tints of Acapulco #80AF9A

Color information

#80AF9A (or 0x80AF9A) is unknown color: approx Acapulco. HEX triplet: 80, AF and 9A. RGB value is (128,175,154). Sum of RGB (Red+Green+Blue) = 128+175+154=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF9A is #7F5065. Grayscale: #9E9E9E. Windows color (decimal): -8343654 or 10137472. OLE color: 10137472.

HSL color Cylindrical-coordinate representation of color #80AF9A: hue angle of 153.19º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF9A is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB128175154-
CMYK0.2700.120.31
HSL153.19º22.71%59.41%-
HSV(B)153.19º26.86%68.63%-
XYZ30.0637.5836.24-
YUV158.55125.43106.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=28.01%
G=38.29%
B=33.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751540.2700.120.31153.1922.7159.41
Hex80AF9A1B0C1F99173b
Octal20025723233014372312773
Binary1000000010101111100110101101101100111111001100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AF9A; }

 p { color: rgb(128,175,154); }

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

<style>
 a { background-color: #80AF9A; }

 a { background-color: rgb(128,175,154); }

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

<style>
 span { border-color: #80AF9A; }

 span { border-color: rgb(128,175,154); }

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