Shades of Monte Carlo #8AC1BB
Tints of Monte Carlo #8AC1BB
RGB
CMYK
RGB Variations
Color information
#8AC1BB (or 0x8AC1BB) is known color: Monte Carlo. HEX triplet: 8A, C1 and BB. RGB value is (138,193,187). Sum of RGB (Red+Green+Blue) = 138+193+187=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1BB is #753E44. Grayscale: #AFAFAF. Windows color (decimal): -7683653 or 12304778. OLE color: 12304778.
HSL color Cylindrical-coordinate representation of color #8AC1BB: hue angle of 173.45º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AC1BB is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 187 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.24 |
| HSL | 173.45º | 0.31% | 0.65% | - |
| HSV(B) | 173.45º | 0.28% | 0.76% | - |
| XYZ | 38.52 | 47.13 | 54.08 | - |
| YUV | 175.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 187 | 0.28 | 0 | 0.03 | 0.24 | 173.45 | 0.31 | 0.65 |
| Hex | 8A | C1 | BB | 1C | 0 | 3 | 18 | AD | 1F | 41 |
| Octal | 212 | 301 | 273 | 34 | 0 | 3 | 30 | 255 | 37 | 101 |
| Binary | 10001010 | 11000001 | 10111011 | 11100 | 0 | 11 | 11000 | 10101101 | 11111 | 1000001 |
Color Harmonies of #8AC1BB
Complementary color
Monochromatic Colors of #8AC1BB
Black with #8AC1BB
Text Example
Text Example
White with #8AC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC1BB; }
p { color: rgb(138,193,187); }
H1.HeaderClassName
{
color: #8AC1BB;
}
.AnyTagClassName
{
color: #8AC1BB;
}
</style>
background-color css
<style>
a { background-color: #8AC1BB; }
a { background-color: rgb(138,193,187); }
div.DivClassName
{
background-color: #8AC1BB;
}
.BgClassName
{
background-color: #8AC1BB;
}
</style>
border-color css
<style>
span { border-color: #8AC1BB; }
span { border-color: rgb(138,193,187); }
td.TdClassName
{
border-color: #8AC1BB;
}
.TagClassName
{
border-color: #8AC1BB;
}
</style>