Shades of Monte Carlo #73BFA6
Tints of Monte Carlo #73BFA6
RGB
CMYK
RGB Variations
Color information
#73BFA6 (or 0x73BFA6) is known color: Monte Carlo. HEX triplet: 73, BF and A6. RGB value is (115,191,166). Sum of RGB (Red+Green+Blue) = 115+191+166=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #73BFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BFA6 is #8C4059. Grayscale: #A5A5A5. Windows color (decimal): -9191514 or 10927987. OLE color: 10927987.
HSL color Cylindrical-coordinate representation of color #73BFA6: hue angle of 160.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BFA6 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 166 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.25 |
| HSL | 160.26º | 0.37% | 0.6% | - |
| HSV(B) | 160.26º | 0.4% | 0.75% | - |
| XYZ | 32.58 | 43.66 | 42.79 | - |
| YUV | 165.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 166 | 0.40 | 0 | 0.13 | 0.25 | 160.26 | 0.37 | 0.6 |
| Hex | 73 | BF | A6 | 28 | 0 | D | 19 | A0 | 25 | 3C |
| Octal | 163 | 277 | 246 | 50 | 0 | 15 | 31 | 240 | 45 | 74 |
| Binary | 1110011 | 10111111 | 10100110 | 101000 | 0 | 1101 | 11001 | 10100000 | 100101 | 111100 |
Color Harmonies of #73BFA6
Complementary color
Monochromatic Colors of #73BFA6
Black with #73BFA6
Text Example
Text Example
White with #73BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFA6; }
p { color: rgb(115,191,166); }
H1.HeaderClassName
{
color: #73BFA6;
}
.AnyTagClassName
{
color: #73BFA6;
}
</style>
background-color css
<style>
a { background-color: #73BFA6; }
a { background-color: rgb(115,191,166); }
div.DivClassName
{
background-color: #73BFA6;
}
.BgClassName
{
background-color: #73BFA6;
}
</style>
border-color css
<style>
span { border-color: #73BFA6; }
span { border-color: rgb(115,191,166); }
td.TdClassName
{
border-color: #73BFA6;
}
.TagClassName
{
border-color: #73BFA6;
}
</style>