Shades of Botticelli #8EABAE
Tints of Botticelli #8EABAE
RGB
CMYK
RGB Variations
Color information
#8EABAE (or 0x8EABAE) is known color: Botticelli. HEX triplet: 8E, AB and AE. RGB value is (142,171,174). Sum of RGB (Red+Green+Blue) = 142+171+174=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #8EABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABAE is #715451. Grayscale: #A2A2A2. Windows color (decimal): -7427154 or 11447182. OLE color: 11447182.
HSL color Cylindrical-coordinate representation of color #8EABAE: hue angle of 185.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EABAE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 171 | 174 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.32 |
| HSL | 185.63º | 0.16% | 0.62% | - |
| HSV(B) | 185.63º | 0.18% | 0.68% | - |
| XYZ | 33.36 | 37.93 | 45.61 | - |
| YUV | 162.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 174 | 0.18 | 0.02 | 0 | 0.32 | 185.63 | 0.16 | 0.62 |
| Hex | 8E | AB | AE | 12 | 2 | 0 | 20 | BA | 10 | 3E |
| Octal | 216 | 253 | 256 | 22 | 2 | 0 | 40 | 272 | 20 | 76 |
| Binary | 10001110 | 10101011 | 10101110 | 10010 | 10 | 0 | 100000 | 10111010 | 10000 | 111110 |
Color Harmonies of #8EABAE
Complementary color
Monochromatic Colors of #8EABAE
Black with #8EABAE
Text Example
Text Example
White with #8EABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABAE; }
p { color: rgb(142,171,174); }
H1.HeaderClassName
{
color: #8EABAE;
}
.AnyTagClassName
{
color: #8EABAE;
}
</style>
background-color css
<style>
a { background-color: #8EABAE; }
a { background-color: rgb(142,171,174); }
div.DivClassName
{
background-color: #8EABAE;
}
.BgClassName
{
background-color: #8EABAE;
}
</style>
border-color css
<style>
span { border-color: #8EABAE; }
span { border-color: rgb(142,171,174); }
td.TdClassName
{
border-color: #8EABAE;
}
.TagClassName
{
border-color: #8EABAE;
}
</style>