Shades of Gull Grey #9EABAE
Tints of Gull Grey #9EABAE
RGB
CMYK
RGB Variations
Color information
#9EABAE (or 0x9EABAE) is known color: Gull Grey. HEX triplet: 9E, AB and AE. RGB value is (158,171,174). Sum of RGB (Red+Green+Blue) = 158+171+174=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABAE is #615451. Grayscale: #A7A7A7. Windows color (decimal): -6378578 or 11447198. OLE color: 11447198.
HSL color Cylindrical-coordinate representation of color #9EABAE: hue angle of 191.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EABAE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 171 | 174 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.32 |
| HSL | 191.25º | 0.09% | 0.65% | - |
| HSV(B) | 191.25º | 0.09% | 0.68% | - |
| XYZ | 36.3 | 39.45 | 45.75 | - |
| YUV | 167.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 174 | 0.09 | 0.02 | 0 | 0.32 | 191.25 | 0.09 | 0.65 |
| Hex | 9E | AB | AE | 9 | 2 | 0 | 20 | BF | 9 | 41 |
| Octal | 236 | 253 | 256 | 11 | 2 | 0 | 40 | 277 | 11 | 101 |
| Binary | 10011110 | 10101011 | 10101110 | 1001 | 10 | 0 | 100000 | 10111111 | 1001 | 1000001 |
Color Harmonies of #9EABAE
Complementary color
Monochromatic Colors of #9EABAE
Black with #9EABAE
Text Example
Text Example
White with #9EABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABAE; }
p { color: rgb(158,171,174); }
H1.HeaderClassName
{
color: #9EABAE;
}
.AnyTagClassName
{
color: #9EABAE;
}
</style>
background-color css
<style>
a { background-color: #9EABAE; }
a { background-color: rgb(158,171,174); }
div.DivClassName
{
background-color: #9EABAE;
}
.BgClassName
{
background-color: #9EABAE;
}
</style>
border-color css
<style>
span { border-color: #9EABAE; }
span { border-color: rgb(158,171,174); }
td.TdClassName
{
border-color: #9EABAE;
}
.TagClassName
{
border-color: #9EABAE;
}
</style>