#82C3A6

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

Shades of Monte Carlo #82C3A6

Tints of Monte Carlo #82C3A6

Color information

#82C3A6 (or 0x82C3A6) is unknown color: approx Monte Carlo. HEX triplet: 82, C3 and A6. RGB value is (130,195,166). Sum of RGB (Red+Green+Blue) = 130+195+166=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #82C3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C3A6 is #7D3C59. Grayscale: #ACACAC. Windows color (decimal): -8207450 or 10929026. OLE color: 10929026.

HSL color Cylindrical-coordinate representation of color #82C3A6: hue angle of 153.23º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C3A6 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB130195166-
CMYK0.3300.150.24
HSL153.23º35.14%63.73%-
HSV(B)153.23º33.33%76.47%-
XYZ35.646.5343.18-
YUV172.26124.4797.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=26.48%
G=39.71%
B=33.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301951660.3300.150.24153.2335.1463.73
Hex82C3A6210F18992340
Octal202303246410173023143100
Binary1000001011000011101001101000010111111000100110011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,195,166); }

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

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

 a { background-color: rgb(130,195,166); }

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

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

 span { border-color: rgb(130,195,166); }

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