Shades of Monte Carlo #83C1AA
Tints of Monte Carlo #83C1AA
RGB
CMYK
RGB Variations
Color information
#83C1AA (or 0x83C1AA) is known color: Monte Carlo. HEX triplet: 83, C1 and AA. RGB value is (131,193,170). Sum of RGB (Red+Green+Blue) = 131+193+170=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #83C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C1AA is #7C3E55. Grayscale: #ABABAB. Windows color (decimal): -8142422 or 11190659. OLE color: 11190659.
HSL color Cylindrical-coordinate representation of color #83C1AA: hue angle of 157.74º degrees, saturation: 0.33, 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 #83C1AA is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 170 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.24 |
| HSL | 157.74º | 0.33% | 0.64% | - |
| HSV(B) | 157.74º | 0.32% | 0.76% | - |
| XYZ | 35.69 | 45.87 | 45 | - |
| YUV | 171.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 170 | 0.32 | 0 | 0.12 | 0.24 | 157.74 | 0.33 | 0.64 |
| Hex | 83 | C1 | AA | 20 | 0 | C | 18 | 9E | 21 | 40 |
| Octal | 203 | 301 | 252 | 40 | 0 | 14 | 30 | 236 | 41 | 100 |
| Binary | 10000011 | 11000001 | 10101010 | 100000 | 0 | 1100 | 11000 | 10011110 | 100001 | 1000000 |
Color Harmonies of #83C1AA
Complementary color
Monochromatic Colors of #83C1AA
Black with #83C1AA
Text Example
Text Example
White with #83C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C1AA; }
p { color: rgb(131,193,170); }
H1.HeaderClassName
{
color: #83C1AA;
}
.AnyTagClassName
{
color: #83C1AA;
}
</style>
background-color css
<style>
a { background-color: #83C1AA; }
a { background-color: rgb(131,193,170); }
div.DivClassName
{
background-color: #83C1AA;
}
.BgClassName
{
background-color: #83C1AA;
}
</style>
border-color css
<style>
span { border-color: #83C1AA; }
span { border-color: rgb(131,193,170); }
td.TdClassName
{
border-color: #83C1AA;
}
.TagClassName
{
border-color: #83C1AA;
}
</style>