Shades of Nebula #AAC9B8
Tints of Nebula #AAC9B8
RGB
CMYK
RGB Variations
Color information
#AAC9B8 (or 0xAAC9B8) is known color: Nebula. HEX triplet: AA, C9 and B8. RGB value is (170,201,184). Sum of RGB (Red+Green+Blue) = 170+201+184=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9B8 is #553647. Grayscale: #BDBDBD. Windows color (decimal): -5584456 or 12110250. OLE color: 12110250.
HSL color Cylindrical-coordinate representation of color #AAC9B8: hue angle of 147.1º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC9B8 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 184 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.21 |
| HSL | 147.1º | 0.22% | 0.73% | - |
| HSV(B) | 147.1º | 0.15% | 0.79% | - |
| XYZ | 46.12 | 53.78 | 53.3 | - |
| YUV | 189.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 184 | 0.15 | 0 | 0.08 | 0.21 | 147.1 | 0.22 | 0.73 |
| Hex | AA | C9 | B8 | F | 0 | 8 | 15 | 93 | 16 | 49 |
| Octal | 252 | 311 | 270 | 17 | 0 | 10 | 25 | 223 | 26 | 111 |
| Binary | 10101010 | 11001001 | 10111000 | 1111 | 0 | 1000 | 10101 | 10010011 | 10110 | 1001001 |
Color Harmonies of #AAC9B8
Complementary color
Monochromatic Colors of #AAC9B8
Black with #AAC9B8
Text Example
Text Example
White with #AAC9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9B8; }
p { color: rgb(170,201,184); }
H1.HeaderClassName
{
color: #AAC9B8;
}
.AnyTagClassName
{
color: #AAC9B8;
}
</style>
background-color css
<style>
a { background-color: #AAC9B8; }
a { background-color: rgb(170,201,184); }
div.DivClassName
{
background-color: #AAC9B8;
}
.BgClassName
{
background-color: #AAC9B8;
}
</style>
border-color css
<style>
span { border-color: #AAC9B8; }
span { border-color: rgb(170,201,184); }
td.TdClassName
{
border-color: #AAC9B8;
}
.TagClassName
{
border-color: #AAC9B8;
}
</style>