Shades of Monte Carlo #8AC8B2
Tints of Monte Carlo #8AC8B2
RGB
CMYK
RGB Variations
Color information
#8AC8B2 (or 0x8AC8B2) is known color: Monte Carlo. HEX triplet: 8A, C8 and B2. RGB value is (138,200,178). Sum of RGB (Red+Green+Blue) = 138+200+178=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC8B2 is #75374D. Grayscale: #B2B2B2. Windows color (decimal): -7681870 or 11716746. OLE color: 11716746.
HSL color Cylindrical-coordinate representation of color #8AC8B2: hue angle of 158.71º 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 #8AC8B2 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 178 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.22 |
| HSL | 158.71º | 0.36% | 0.66% | - |
| HSV(B) | 158.71º | 0.31% | 0.78% | - |
| XYZ | 39.17 | 49.93 | 49.69 | - |
| YUV | 178.95 | 127.46 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 178 | 0.31 | 0 | 0.11 | 0.22 | 158.71 | 0.36 | 0.66 |
| Hex | 8A | C8 | B2 | 1F | 0 | B | 16 | 9F | 24 | 42 |
| Octal | 212 | 310 | 262 | 37 | 0 | 13 | 26 | 237 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10110010 | 11111 | 0 | 1011 | 10110 | 10011111 | 100100 | 1000010 |
Color Harmonies of #8AC8B2
Complementary color
Monochromatic Colors of #8AC8B2
Black with #8AC8B2
Text Example
Text Example
White with #8AC8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8B2; }
p { color: rgb(138,200,178); }
H1.HeaderClassName
{
color: #8AC8B2;
}
.AnyTagClassName
{
color: #8AC8B2;
}
</style>
background-color css
<style>
a { background-color: #8AC8B2; }
a { background-color: rgb(138,200,178); }
div.DivClassName
{
background-color: #8AC8B2;
}
.BgClassName
{
background-color: #8AC8B2;
}
</style>
border-color css
<style>
span { border-color: #8AC8B2; }
span { border-color: rgb(138,200,178); }
td.TdClassName
{
border-color: #8AC8B2;
}
.TagClassName
{
border-color: #8AC8B2;
}
</style>