Shades of Monte Carlo #83C8AF
Tints of Monte Carlo #83C8AF
RGB
CMYK
RGB Variations
Color information
#83C8AF (or 0x83C8AF) is known color: Monte Carlo. HEX triplet: 83, C8 and AF. RGB value is (131,200,175). Sum of RGB (Red+Green+Blue) = 131+200+175=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #83C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C8AF is #7C3750. Grayscale: #B0B0B0. Windows color (decimal): -8140625 or 11520131. OLE color: 11520131.
HSL color Cylindrical-coordinate representation of color #83C8AF: hue angle of 158.26º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C8AF is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 175 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.22 |
| HSL | 158.26º | 0.39% | 0.65% | - |
| HSV(B) | 158.26º | 0.35% | 0.78% | - |
| XYZ | 37.75 | 49.23 | 48.07 | - |
| YUV | 176.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 175 | 0.34 | 0 | 0.12 | 0.22 | 158.26 | 0.39 | 0.65 |
| Hex | 83 | C8 | AF | 22 | 0 | C | 16 | 9E | 27 | 41 |
| Octal | 203 | 310 | 257 | 42 | 0 | 14 | 26 | 236 | 47 | 101 |
| Binary | 10000011 | 11001000 | 10101111 | 100010 | 0 | 1100 | 10110 | 10011110 | 100111 | 1000001 |
Color Harmonies of #83C8AF
Complementary color
Monochromatic Colors of #83C8AF
Black with #83C8AF
Text Example
Text Example
White with #83C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C8AF; }
p { color: rgb(131,200,175); }
H1.HeaderClassName
{
color: #83C8AF;
}
.AnyTagClassName
{
color: #83C8AF;
}
</style>
background-color css
<style>
a { background-color: #83C8AF; }
a { background-color: rgb(131,200,175); }
div.DivClassName
{
background-color: #83C8AF;
}
.BgClassName
{
background-color: #83C8AF;
}
</style>
border-color css
<style>
span { border-color: #83C8AF; }
span { border-color: rgb(131,200,175); }
td.TdClassName
{
border-color: #83C8AF;
}
.TagClassName
{
border-color: #83C8AF;
}
</style>