Html Css Color HEX #82AA99 Acapulco

📋 copy color: '#82AA99'

red 130 ◦ green 170 ◦ blue 153

#82AA99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #82AA99

Tints of Acapulco #82AA99

RGB

 RED value IS 130 (51.17% from 255) = 28.7%

 GREEN value IS 170 (66.8% from 255) = 37.53%

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 28.7%
G = 37.53%
B = 33.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#82AA99 (or 0x82AA99) is known color: Acapulco. HEX triplet: 82, AA and 99. RGB value is (130,170,153). Sum of RGB (Red+Green+Blue) = 130+170+153=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA99 is #7D5566. Grayscale: #9C9C9C. Windows color (decimal): -8213863 or 10070658. OLE color: 10070658.

HSL color Cylindrical-coordinate representation of color #82AA99: hue angle of 154.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AA99 is Cyan = 0.24, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 170 153 -
CMYK 0.24 0 0.1 0.33
HSL 154.5º 0.19% 0.59% -
HSV(B) 154.5º 0.24% 0.67% -
XYZ 29.33 35.8 35.5 -
YUV 156.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 130 170 153 0.24 0 0.1 0.33 154.5 0.19 0.59
Hex 82 AA 99 18 0 A 21 9A 13 3B
Octal 202 252 231 30 0 12 41 232 23 73
Binary 10000010 10101010 10011001 11000 0 1010 100001 10011010 10011 111011

Color Harmonies of #82AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA99

Black with #82AA99

Text Example


Text Example

White with #82AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AA99; }

 p { color: rgb(130,170,153); }

 H1.HeaderClassName
 {
   color: #82AA99;
 }
 .AnyTagClassName
 {
   color: #82AA99;
 }
</style>

background-color css

<style>
 a { background-color: #82AA99; }

 a { background-color: rgb(130,170,153); }

 div.DivClassName
 {
   background-color: #82AA99;
 }
 .BgClassName
 {
   background-color: #82AA99;
 }
</style>

border-color css

<style>
 span { border-color: #82AA99; }

 span { border-color: rgb(130,170,153); }

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