Html Css Color HEX #82A395 Acapulco

📋 copy color: '#82A395'

red 130 ◦ green 163 ◦ blue 149

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

Shades of Acapulco #82A395

Tints of Acapulco #82A395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.88%

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 29.41%
G = 36.88%
B = 33.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#82A395 (or 0x82A395) is known color: Acapulco. HEX triplet: 82, A3 and 95. RGB value is (130,163,149). Sum of RGB (Red+Green+Blue) = 130+163+149=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #82A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A395 is #7D5C6A. Grayscale: #979797. Windows color (decimal): -8215659 or 9806722. OLE color: 9806722.

HSL color Cylindrical-coordinate representation of color #82A395: hue angle of 154.55º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82A395 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 163 149 -
CMYK 0.20 0 0.09 0.36
HSL 154.55º 0.15% 0.57% -
HSV(B) 154.55º 0.2% 0.64% -
XYZ 27.73 33.11 33.36 -
YUV 151.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 130 163 149 0.20 0 0.09 0.36 154.55 0.15 0.57
Hex 82 A3 95 14 0 9 24 9B F 39
Octal 202 243 225 24 0 11 44 233 17 71
Binary 10000010 10100011 10010101 10100 0 1001 100100 10011011 1111 111001

Color Harmonies of #82A395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A395

Black with #82A395

Text Example


Text Example

White with #82A395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,163,149); }

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

background-color css

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

 a { background-color: rgb(130,163,149); }

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

border-color css

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

 span { border-color: rgb(130,163,149); }

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