Shades of Monte Carlo #8AC4B8
Tints of Monte Carlo #8AC4B8
RGB
CMYK
RGB Variations
Color information
#8AC4B8 (or 0x8AC4B8) is known color: Monte Carlo. HEX triplet: 8A, C4 and B8. RGB value is (138,196,184). Sum of RGB (Red+Green+Blue) = 138+196+184=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC4B8 is #753B47. Grayscale: #B1B1B1. Windows color (decimal): -7682888 or 12108938. OLE color: 12108938.
HSL color Cylindrical-coordinate representation of color #8AC4B8: hue angle of 167.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC4B8 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 196 | 184 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.23 |
| HSL | 167.59º | 0.33% | 0.65% | - |
| HSV(B) | 167.59º | 0.3% | 0.77% | - |
| XYZ | 38.87 | 48.34 | 52.63 | - |
| YUV | 177.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 184 | 0.30 | 0 | 0.06 | 0.23 | 167.59 | 0.33 | 0.65 |
| Hex | 8A | C4 | B8 | 1E | 0 | 6 | 17 | A8 | 21 | 41 |
| Octal | 212 | 304 | 270 | 36 | 0 | 6 | 27 | 250 | 41 | 101 |
| Binary | 10001010 | 11000100 | 10111000 | 11110 | 0 | 110 | 10111 | 10101000 | 100001 | 1000001 |
Color Harmonies of #8AC4B8
Complementary color
Monochromatic Colors of #8AC4B8
Black with #8AC4B8
Text Example
Text Example
White with #8AC4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC4B8; }
p { color: rgb(138,196,184); }
H1.HeaderClassName
{
color: #8AC4B8;
}
.AnyTagClassName
{
color: #8AC4B8;
}
</style>
background-color css
<style>
a { background-color: #8AC4B8; }
a { background-color: rgb(138,196,184); }
div.DivClassName
{
background-color: #8AC4B8;
}
.BgClassName
{
background-color: #8AC4B8;
}
</style>
border-color css
<style>
span { border-color: #8AC4B8; }
span { border-color: rgb(138,196,184); }
td.TdClassName
{
border-color: #8AC4B8;
}
.TagClassName
{
border-color: #8AC4B8;
}
</style>