Shades of Monte Carlo #73CCAF
Tints of Monte Carlo #73CCAF
RGB
CMYK
RGB Variations
Color information
#73CCAF (or 0x73CCAF) is known color: Monte Carlo. HEX triplet: 73, CC and AF. RGB value is (115,204,175). Sum of RGB (Red+Green+Blue) = 115+204+175=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CCAF is #8C3350. Grayscale: #AEAEAE. Windows color (decimal): -9188177 or 11521139. OLE color: 11521139.
HSL color Cylindrical-coordinate representation of color #73CCAF: hue angle of 160.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CCAF is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 175 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.2 |
| HSL | 160.45º | 0.47% | 0.63% | - |
| HSV(B) | 160.45º | 0.44% | 0.8% | - |
| XYZ | 36.4 | 49.93 | 48.28 | - |
| YUV | 174.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 175 | 0.44 | 0 | 0.14 | 0.2 | 160.45 | 0.47 | 0.63 |
| Hex | 73 | CC | AF | 2C | 0 | E | 14 | A0 | 2F | 3F |
| Octal | 163 | 314 | 257 | 54 | 0 | 16 | 24 | 240 | 57 | 77 |
| Binary | 1110011 | 11001100 | 10101111 | 101100 | 0 | 1110 | 10100 | 10100000 | 101111 | 111111 |
Color Harmonies of #73CCAF
Complementary color
Monochromatic Colors of #73CCAF
Black with #73CCAF
Text Example
Text Example
White with #73CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCAF; }
p { color: rgb(115,204,175); }
H1.HeaderClassName
{
color: #73CCAF;
}
.AnyTagClassName
{
color: #73CCAF;
}
</style>
background-color css
<style>
a { background-color: #73CCAF; }
a { background-color: rgb(115,204,175); }
div.DivClassName
{
background-color: #73CCAF;
}
.BgClassName
{
background-color: #73CCAF;
}
</style>
border-color css
<style>
span { border-color: #73CCAF; }
span { border-color: rgb(115,204,175); }
td.TdClassName
{
border-color: #73CCAF;
}
.TagClassName
{
border-color: #73CCAF;
}
</style>