Html Css Color HEX #82AB9A Acapulco

📋 copy color: '#82AB9A'

red 130 ◦ green 171 ◦ blue 154

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

Shades of Acapulco #82AB9A

Tints of Acapulco #82AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 28.57%
G = 37.58%
B = 33.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#82AB9A (or 0x82AB9A) is known color: Acapulco. HEX triplet: 82, AB and 9A. RGB value is (130,171,154). Sum of RGB (Red+Green+Blue) = 130+171+154=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AB9A is #7D5465. Grayscale: #9C9C9C. Windows color (decimal): -8213606 or 10136450. OLE color: 10136450.

HSL color Cylindrical-coordinate representation of color #82AB9A: hue angle of 155.12º degrees, saturation: 0.2, 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 #82AB9A is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 154 -
CMYK 0.24 0 0.10 0.33
HSL 155.12º 0.2% 0.59% -
HSV(B) 155.12º 0.24% 0.67% -
XYZ 29.6 36.2 36 -
YUV 156.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 130 171 154 0.24 0 0.10 0.33 155.12 0.2 0.59
Hex 82 AB 9A 18 0 A 21 9B 14 3B
Octal 202 253 232 30 0 12 41 233 24 73
Binary 10000010 10101011 10011010 11000 0 1010 100001 10011011 10100 111011

Color Harmonies of #82AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AB9A

Black with #82AB9A

Text Example


Text Example

White with #82AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,171,154); }

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

background-color css

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

 a { background-color: rgb(130,171,154); }

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

border-color css

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

 span { border-color: rgb(130,171,154); }

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