Shades of Monte Carlo #83C2AA
Tints of Monte Carlo #83C2AA
RGB
CMYK
RGB Variations
Color information
#83C2AA (or 0x83C2AA) is known color: Monte Carlo. HEX triplet: 83, C2 and AA. RGB value is (131,194,170). Sum of RGB (Red+Green+Blue) = 131+194+170=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #83C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C2AA is #7C3D55. Grayscale: #ACACAC. Windows color (decimal): -8142166 or 11190915. OLE color: 11190915.
HSL color Cylindrical-coordinate representation of color #83C2AA: hue angle of 157.14º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C2AA is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 194 | 170 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.24 |
| HSL | 157.14º | 0.34% | 0.64% | - |
| HSV(B) | 157.14º | 0.32% | 0.76% | - |
| XYZ | 35.91 | 46.31 | 45.08 | - |
| YUV | 172.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 194 | 170 | 0.32 | 0 | 0.12 | 0.24 | 157.14 | 0.34 | 0.64 |
| Hex | 83 | C2 | AA | 20 | 0 | C | 18 | 9D | 22 | 40 |
| Octal | 203 | 302 | 252 | 40 | 0 | 14 | 30 | 235 | 42 | 100 |
| Binary | 10000011 | 11000010 | 10101010 | 100000 | 0 | 1100 | 11000 | 10011101 | 100010 | 1000000 |
Color Harmonies of #83C2AA
Complementary color
Monochromatic Colors of #83C2AA
Black with #83C2AA
Text Example
Text Example
White with #83C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C2AA; }
p { color: rgb(131,194,170); }
H1.HeaderClassName
{
color: #83C2AA;
}
.AnyTagClassName
{
color: #83C2AA;
}
</style>
background-color css
<style>
a { background-color: #83C2AA; }
a { background-color: rgb(131,194,170); }
div.DivClassName
{
background-color: #83C2AA;
}
.BgClassName
{
background-color: #83C2AA;
}
</style>
border-color css
<style>
span { border-color: #83C2AA; }
span { border-color: rgb(131,194,170); }
td.TdClassName
{
border-color: #83C2AA;
}
.TagClassName
{
border-color: #83C2AA;
}
</style>