Html Css Color HEX #82BEAA Monte Carlo

📋 copy color: '#82BEAA'

red 130 ◦ green 190 ◦ blue 170

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

Shades of Monte Carlo #82BEAA

Tints of Monte Carlo #82BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

 BLUE value IS 170 (66.8% from 255) = 34.69%

R = 26.53%
G = 38.78%
B = 34.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#82BEAA (or 0x82BEAA) is known color: Monte Carlo. HEX triplet: 82, BE and AA. RGB value is (130,190,170). Sum of RGB (Red+Green+Blue) = 130+190+170=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEAA is #7D4155. Grayscale: #A9A9A9. Windows color (decimal): -8208726 or 11189890. OLE color: 11189890.

HSL color Cylindrical-coordinate representation of color #82BEAA: hue angle of 160º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BEAA is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 170 -
CMYK 0.32 0 0.11 0.25
HSL 160º 0.32% 0.63% -
HSV(B) 160º 0.32% 0.75% -
XYZ 34.88 44.48 44.78 -
YUV 169.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 130 190 170 0.32 0 0.11 0.25 160 0.32 0.63
Hex 82 BE AA 20 0 B 19 A0 20 3F
Octal 202 276 252 40 0 13 31 240 40 77
Binary 10000010 10111110 10101010 100000 0 1011 11001 10100000 100000 111111

Color Harmonies of #82BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEAA

Black with #82BEAA

Text Example


Text Example

White with #82BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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