Shades of Monte Carlo #8AC0BA
Tints of Monte Carlo #8AC0BA
RGB
CMYK
RGB Variations
Color information
#8AC0BA (or 0x8AC0BA) is known color: Monte Carlo. HEX triplet: 8A, C0 and BA. RGB value is (138,192,186). Sum of RGB (Red+Green+Blue) = 138+192+186=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0BA is #753F45. Grayscale: #AFAFAF. Windows color (decimal): -7683910 or 12238986. OLE color: 12238986.
HSL color Cylindrical-coordinate representation of color #8AC0BA: hue angle of 173.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC0BA is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 186 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.25 |
| HSL | 173.33º | 0.3% | 0.65% | - |
| HSV(B) | 173.33º | 0.28% | 0.75% | - |
| XYZ | 38.19 | 46.65 | 53.45 | - |
| YUV | 175.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 186 | 0.28 | 0 | 0.03 | 0.25 | 173.33 | 0.3 | 0.65 |
| Hex | 8A | C0 | BA | 1C | 0 | 3 | 19 | AD | 1E | 41 |
| Octal | 212 | 300 | 272 | 34 | 0 | 3 | 31 | 255 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10111010 | 11100 | 0 | 11 | 11001 | 10101101 | 11110 | 1000001 |
Color Harmonies of #8AC0BA
Complementary color
Monochromatic Colors of #8AC0BA
Black with #8AC0BA
Text Example
Text Example
White with #8AC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0BA; }
p { color: rgb(138,192,186); }
H1.HeaderClassName
{
color: #8AC0BA;
}
.AnyTagClassName
{
color: #8AC0BA;
}
</style>
background-color css
<style>
a { background-color: #8AC0BA; }
a { background-color: rgb(138,192,186); }
div.DivClassName
{
background-color: #8AC0BA;
}
.BgClassName
{
background-color: #8AC0BA;
}
</style>
border-color css
<style>
span { border-color: #8AC0BA; }
span { border-color: rgb(138,192,186); }
td.TdClassName
{
border-color: #8AC0BA;
}
.TagClassName
{
border-color: #8AC0BA;
}
</style>