Shades of Monte Carlo #8AC8B1
Tints of Monte Carlo #8AC8B1
RGB
CMYK
RGB Variations
Color information
#8AC8B1 (or 0x8AC8B1) is known color: Monte Carlo. HEX triplet: 8A, C8 and B1. RGB value is (138,200,177). Sum of RGB (Red+Green+Blue) = 138+200+177=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC8B1 is #75374E. Grayscale: #B2B2B2. Windows color (decimal): -7681871 or 11651210. OLE color: 11651210.
HSL color Cylindrical-coordinate representation of color #8AC8B1: hue angle of 157.74º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC8B1 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 177 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.22 |
| HSL | 157.74º | 0.36% | 0.66% | - |
| HSV(B) | 157.74º | 0.31% | 0.78% | - |
| XYZ | 39.07 | 49.89 | 49.16 | - |
| YUV | 178.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 177 | 0.31 | 0 | 0.12 | 0.22 | 157.74 | 0.36 | 0.66 |
| Hex | 8A | C8 | B1 | 1F | 0 | C | 16 | 9E | 24 | 42 |
| Octal | 212 | 310 | 261 | 37 | 0 | 14 | 26 | 236 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10110001 | 11111 | 0 | 1100 | 10110 | 10011110 | 100100 | 1000010 |
Color Harmonies of #8AC8B1
Complementary color
Monochromatic Colors of #8AC8B1
Black with #8AC8B1
Text Example
Text Example
White with #8AC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8B1; }
p { color: rgb(138,200,177); }
H1.HeaderClassName
{
color: #8AC8B1;
}
.AnyTagClassName
{
color: #8AC8B1;
}
</style>
background-color css
<style>
a { background-color: #8AC8B1; }
a { background-color: rgb(138,200,177); }
div.DivClassName
{
background-color: #8AC8B1;
}
.BgClassName
{
background-color: #8AC8B1;
}
</style>
border-color css
<style>
span { border-color: #8AC8B1; }
span { border-color: rgb(138,200,177); }
td.TdClassName
{
border-color: #8AC8B1;
}
.TagClassName
{
border-color: #8AC8B1;
}
</style>