Shades of Monte Carlo #8AC8B0
Tints of Monte Carlo #8AC8B0
RGB
CMYK
RGB Variations
Color information
#8AC8B0 (or 0x8AC8B0) is known color: Monte Carlo. HEX triplet: 8A, C8 and B0. RGB value is (138,200,176). Sum of RGB (Red+Green+Blue) = 138+200+176=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC8B0 is #75374F. Grayscale: #B2B2B2. Windows color (decimal): -7681872 or 11585674. OLE color: 11585674.
HSL color Cylindrical-coordinate representation of color #8AC8B0: hue angle of 156.77º 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 #8AC8B0 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 176 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.22 |
| HSL | 156.77º | 0.36% | 0.66% | - |
| HSV(B) | 156.77º | 0.31% | 0.78% | - |
| XYZ | 38.97 | 49.85 | 48.64 | - |
| YUV | 178.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 176 | 0.31 | 0 | 0.12 | 0.22 | 156.77 | 0.36 | 0.66 |
| Hex | 8A | C8 | B0 | 1F | 0 | C | 16 | 9D | 24 | 42 |
| Octal | 212 | 310 | 260 | 37 | 0 | 14 | 26 | 235 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10110000 | 11111 | 0 | 1100 | 10110 | 10011101 | 100100 | 1000010 |
Color Harmonies of #8AC8B0
Complementary color
Monochromatic Colors of #8AC8B0
Black with #8AC8B0
Text Example
Text Example
White with #8AC8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8B0; }
p { color: rgb(138,200,176); }
H1.HeaderClassName
{
color: #8AC8B0;
}
.AnyTagClassName
{
color: #8AC8B0;
}
</style>
background-color css
<style>
a { background-color: #8AC8B0; }
a { background-color: rgb(138,200,176); }
div.DivClassName
{
background-color: #8AC8B0;
}
.BgClassName
{
background-color: #8AC8B0;
}
</style>
border-color css
<style>
span { border-color: #8AC8B0; }
span { border-color: rgb(138,200,176); }
td.TdClassName
{
border-color: #8AC8B0;
}
.TagClassName
{
border-color: #8AC8B0;
}
</style>