#82BEB2

Color #82BEB2 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #82BEB2

Tints of Monte Carlo #82BEB2

Color information

#82BEB2 (or 0x82BEB2) is unknown color: approx Monte Carlo. HEX triplet: 82, BE and B2. RGB value is (130,190,178). Sum of RGB (Red+Green+Blue) = 130+190+178=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEB2 is #7D414D. Grayscale: #AAAAAA. Windows color (decimal): -8208718 or 11714178. OLE color: 11714178.

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

Color convert

RGB130190178-
CMYK0.3200.060.25
HSL168º31.58%62.75%-
HSV(B)168º31.58%74.51%-
XYZ35.6644.7948.89-
YUV170.69132.1298.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.10%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=26.10%
G=38.15%
B=35.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301901780.3200.060.2516831.5862.75
Hex82BEB2200619a8203f
Octal2022762624006312504077
Binary10000010101111101011001010000001101100110101000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82BEB2;
 }
 .AnyTagClassName
 {
   color: #82BEB2;
 }
</style>
background-color css

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

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

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

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

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

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