Html Css Color HEX #82BEA9 Monte Carlo

📋 copy color: '#82BEA9'

red 130 ◦ green 190 ◦ blue 169

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

Shades of Monte Carlo #82BEA9

Tints of Monte Carlo #82BEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.56%

R = 26.58%
G = 38.85%
B = 34.56%

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

#82BEA9 (or 0x82BEA9) is known color: Monte Carlo. HEX triplet: 82, BE and A9. RGB value is (130,190,169). Sum of RGB (Red+Green+Blue) = 130+190+169=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEA9 is #7D4156. Grayscale: #A9A9A9. Windows color (decimal): -8208727 or 11124354. OLE color: 11124354.

HSL color Cylindrical-coordinate representation of color #82BEA9: hue angle of 159º 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 #82BEA9 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 169 -
CMYK 0.32 0 0.11 0.25
HSL 159º 0.32% 0.63% -
HSV(B) 159º 0.32% 0.75% -
XYZ 34.78 44.44 44.28 -
YUV 169.67 127.62 99.71 -
System Red Green Blue C M Y K H S L
Decimal 130 190 169 0.32 0 0.11 0.25 159 0.32 0.63
Hex 82 BE A9 20 0 B 19 9F 20 3F
Octal 202 276 251 40 0 13 31 237 40 77
Binary 10000010 10111110 10101001 100000 0 1011 11001 10011111 100000 111111

Color Harmonies of #82BEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEA9

Black with #82BEA9

Text Example


Text Example

White with #82BEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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