Html Css Color HEX #82A293 Acapulco

📋 copy color: '#82A293'

red 130 ◦ green 162 ◦ blue 147

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

Shades of Acapulco #82A293

Tints of Acapulco #82A293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 29.61%
G = 36.9%
B = 33.49%

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

#82A293 (or 0x82A293) is known color: Acapulco. HEX triplet: 82, A2 and 93. RGB value is (130,162,147). Sum of RGB (Red+Green+Blue) = 130+162+147=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 162 - color contains mainly: green. Hex color #82A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A293 is #7D5D6C. Grayscale: #969696. Windows color (decimal): -8215917 or 9675394. OLE color: 9675394.

HSL color Cylindrical-coordinate representation of color #82A293: hue angle of 151.88º 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 #82A293 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 162 147 -
CMYK 0.20 0 0.09 0.36
HSL 151.88º 0.15% 0.57% -
HSV(B) 151.88º 0.2% 0.64% -
XYZ 27.39 32.69 32.47 -
YUV 150.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 130 162 147 0.20 0 0.09 0.36 151.88 0.15 0.57
Hex 82 A2 93 14 0 9 24 98 F 39
Octal 202 242 223 24 0 11 44 230 17 71
Binary 10000010 10100010 10010011 10100 0 1001 100100 10011000 1111 111001

Color Harmonies of #82A293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A293

Black with #82A293

Text Example


Text Example

White with #82A293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,162,147); }

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

background-color css

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

 a { background-color: rgb(130,162,147); }

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

border-color css

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

 span { border-color: rgb(130,162,147); }

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