Shades of Monte Carlo #8AC8B4
Tints of Monte Carlo #8AC8B4
RGB
CMYK
RGB Variations
Color information
#8AC8B4 (or 0x8AC8B4) is known color: Monte Carlo. HEX triplet: 8A, C8 and B4. RGB value is (138,200,180). Sum of RGB (Red+Green+Blue) = 138+200+180=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8B4 is #75374B. Grayscale: #B3B3B3. Windows color (decimal): -7681868 or 11847818. OLE color: 11847818.
HSL color Cylindrical-coordinate representation of color #8AC8B4: hue angle of 160.65º 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 #8AC8B4 is Cyan = 0.31, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 200 | 180 | - |
| CMYK | 0.31 | 0 | 0.1 | 0.22 |
| HSL | 160.65º | 0.36% | 0.66% | - |
| HSV(B) | 160.65º | 0.31% | 0.78% | - |
| XYZ | 39.37 | 50.01 | 50.76 | - |
| YUV | 179.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 180 | 0.31 | 0 | 0.1 | 0.22 | 160.65 | 0.36 | 0.66 |
| Hex | 8A | C8 | B4 | 1F | 0 | A | 16 | A1 | 24 | 42 |
| Octal | 212 | 310 | 264 | 37 | 0 | 12 | 26 | 241 | 44 | 102 |
| Binary | 10001010 | 11001000 | 10110100 | 11111 | 0 | 1010 | 10110 | 10100001 | 100100 | 1000010 |
Color Harmonies of #8AC8B4
Complementary color
Monochromatic Colors of #8AC8B4
Black with #8AC8B4
Text Example
Text Example
White with #8AC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8B4; }
p { color: rgb(138,200,180); }
H1.HeaderClassName
{
color: #8AC8B4;
}
.AnyTagClassName
{
color: #8AC8B4;
}
</style>
background-color css
<style>
a { background-color: #8AC8B4; }
a { background-color: rgb(138,200,180); }
div.DivClassName
{
background-color: #8AC8B4;
}
.BgClassName
{
background-color: #8AC8B4;
}
</style>
border-color css
<style>
span { border-color: #8AC8B4; }
span { border-color: rgb(138,200,180); }
td.TdClassName
{
border-color: #8AC8B4;
}
.TagClassName
{
border-color: #8AC8B4;
}
</style>