Shades of Monte Carlo #83C9AA
Tints of Monte Carlo #83C9AA
RGB
CMYK
RGB Variations
Color information
#83C9AA (or 0x83C9AA) is known color: Monte Carlo. HEX triplet: 83, C9 and AA. RGB value is (131,201,170). Sum of RGB (Red+Green+Blue) = 131+201+170=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #83C9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C9AA is #7C3655. Grayscale: #B0B0B0. Windows color (decimal): -8140374 or 11192707. OLE color: 11192707.
HSL color Cylindrical-coordinate representation of color #83C9AA: hue angle of 153.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C9AA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 170 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.21 |
| HSL | 153.43º | 0.39% | 0.65% | - |
| HSV(B) | 153.43º | 0.35% | 0.79% | - |
| XYZ | 37.5 | 49.5 | 45.61 | - |
| YUV | 176.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 170 | 0.35 | 0 | 0.15 | 0.21 | 153.43 | 0.39 | 0.65 |
| Hex | 83 | C9 | AA | 23 | 0 | F | 15 | 99 | 27 | 41 |
| Octal | 203 | 311 | 252 | 43 | 0 | 17 | 25 | 231 | 47 | 101 |
| Binary | 10000011 | 11001001 | 10101010 | 100011 | 0 | 1111 | 10101 | 10011001 | 100111 | 1000001 |
Color Harmonies of #83C9AA
Complementary color
Monochromatic Colors of #83C9AA
Black with #83C9AA
Text Example
Text Example
White with #83C9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C9AA; }
p { color: rgb(131,201,170); }
H1.HeaderClassName
{
color: #83C9AA;
}
.AnyTagClassName
{
color: #83C9AA;
}
</style>
background-color css
<style>
a { background-color: #83C9AA; }
a { background-color: rgb(131,201,170); }
div.DivClassName
{
background-color: #83C9AA;
}
.BgClassName
{
background-color: #83C9AA;
}
</style>
border-color css
<style>
span { border-color: #83C9AA; }
span { border-color: rgb(131,201,170); }
td.TdClassName
{
border-color: #83C9AA;
}
.TagClassName
{
border-color: #83C9AA;
}
</style>