Html Css Color HEX #82A195 Acapulco

📋 copy color: '#82A195'

red 130 ◦ green 161 ◦ blue 149

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

Shades of Acapulco #82A195

Tints of Acapulco #82A195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.59%

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

R = 29.55%
G = 36.59%
B = 33.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#82A195 (or 0x82A195) is known color: Acapulco. HEX triplet: 82, A1 and 95. RGB value is (130,161,149). Sum of RGB (Red+Green+Blue) = 130+161+149=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #82A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A195 is #7D5E6A. Grayscale: #969696. Windows color (decimal): -8216171 or 9806210. OLE color: 9806210.

HSL color Cylindrical-coordinate representation of color #82A195: hue angle of 156.77º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82A195 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 161 149 -
CMYK 0.19 0 0.07 0.37
HSL 156.77º 0.14% 0.57% -
HSV(B) 156.77º 0.19% 0.63% -
XYZ 27.38 32.41 33.25 -
YUV 150.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 130 161 149 0.19 0 0.07 0.37 156.77 0.14 0.57
Hex 82 A1 95 13 0 7 25 9D E 39
Octal 202 241 225 23 0 7 45 235 16 71
Binary 10000010 10100001 10010101 10011 0 111 100101 10011101 1110 111001

Color Harmonies of #82A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A195

Black with #82A195

Text Example


Text Example

White with #82A195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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