#82BDB7

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

Shades of Monte Carlo #82BDB7

Tints of Monte Carlo #82BDB7

Color information

#82BDB7 (or 0x82BDB7) is unknown color: approx Monte Carlo. HEX triplet: 82, BD and B7. RGB value is (130,189,183). Sum of RGB (Red+Green+Blue) = 130+189+183=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #82BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDB7 is #7D4248. Grayscale: #AAAAAA. Windows color (decimal): -8208969 or 12041602. OLE color: 12041602.

HSL color Cylindrical-coordinate representation of color #82BDB7: hue angle of 173.9º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BDB7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB130189183-
CMYK0.3100.030.26
HSL173.9º30.89%62.55%-
HSV(B)173.9º31.22%74.12%-
XYZ35.9544.5651.51-
YUV170.68134.9598.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.90%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=25.90%
G=37.65%
B=36.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301891830.3100.030.26173.930.8962.55
Hex82BDB71F031Aae1f3f
Octal2022752673703322563777
Binary10000010101111011011011111111011110101010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,183); }

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

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

 a { background-color: rgb(130,189,183); }

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

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

 span { border-color: rgb(130,189,183); }

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