Shades of Monte Carlo #8ACAB2
Tints of Monte Carlo #8ACAB2
RGB
CMYK
RGB Variations
Color information
#8ACAB2 (or 0x8ACAB2) is known color: Monte Carlo. HEX triplet: 8A, CA and B2. RGB value is (138,202,178). Sum of RGB (Red+Green+Blue) = 138+202+178=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACAB2 is #75354D. Grayscale: #B4B4B4. Windows color (decimal): -7681358 or 11717258. OLE color: 11717258.
HSL color Cylindrical-coordinate representation of color #8ACAB2: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACAB2 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 202 | 178 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.21 |
| HSL | 157.5º | 0.38% | 0.67% | - |
| HSV(B) | 157.5º | 0.32% | 0.79% | - |
| XYZ | 39.64 | 50.86 | 49.85 | - |
| YUV | 180.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 178 | 0.32 | 0 | 0.12 | 0.21 | 157.5 | 0.38 | 0.67 |
| Hex | 8A | CA | B2 | 20 | 0 | C | 15 | 9E | 26 | 43 |
| Octal | 212 | 312 | 262 | 40 | 0 | 14 | 25 | 236 | 46 | 103 |
| Binary | 10001010 | 11001010 | 10110010 | 100000 | 0 | 1100 | 10101 | 10011110 | 100110 | 1000011 |
Color Harmonies of #8ACAB2
Complementary color
Monochromatic Colors of #8ACAB2
Black with #8ACAB2
Text Example
Text Example
White with #8ACAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACAB2; }
p { color: rgb(138,202,178); }
H1.HeaderClassName
{
color: #8ACAB2;
}
.AnyTagClassName
{
color: #8ACAB2;
}
</style>
background-color css
<style>
a { background-color: #8ACAB2; }
a { background-color: rgb(138,202,178); }
div.DivClassName
{
background-color: #8ACAB2;
}
.BgClassName
{
background-color: #8ACAB2;
}
</style>
border-color css
<style>
span { border-color: #8ACAB2; }
span { border-color: rgb(138,202,178); }
td.TdClassName
{
border-color: #8ACAB2;
}
.TagClassName
{
border-color: #8ACAB2;
}
</style>