#829D8E

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

Shades of Acapulco #829D8E

Tints of Acapulco #829D8E

Color information

#829D8E (or 0x829D8E) is unknown color: approx Acapulco. HEX triplet: 82, 9D and 8E. RGB value is (130,157,142). Sum of RGB (Red+Green+Blue) = 130+157+142=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #829D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D8E is #7D6271. Grayscale: #939393. Windows color (decimal): -8217202 or 9346434. OLE color: 9346434.

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

Color convert

RGB130157142-
CMYK0.1700.100.38
HSL146.67º12.11%56.27%-
HSV(B)146.67º17.2%61.57%-
XYZ26.1530.8130.16-
YUV147.22125.05115.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=30.30%
G=36.60%
B=33.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301571420.1700.100.38146.6712.1156.27
Hex829D8E110A2693c38
Octal20223521621012462231470
Binary1000001010011101100011101000101010100110100100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829D8E; }

 p { color: rgb(130,157,142); }

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

<style>
 a { background-color: #829D8E; }

 a { background-color: rgb(130,157,142); }

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

<style>
 span { border-color: #829D8E; }

 span { border-color: rgb(130,157,142); }

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