Shades of Nebula #AAD3C0
Tints of Nebula #AAD3C0
RGB
CMYK
RGB Variations
Color information
#AAD3C0 (or 0xAAD3C0) is known color: Nebula. HEX triplet: AA, D3 and C0. RGB value is (170,211,192). Sum of RGB (Red+Green+Blue) = 170+211+192=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3C0 is #552C3F. Grayscale: #C4C4C4. Windows color (decimal): -5581888 or 12637098. OLE color: 12637098.
HSL color Cylindrical-coordinate representation of color #AAD3C0: hue angle of 152.2º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3C0 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 192 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.17 |
| HSL | 152.2º | 0.32% | 0.75% | - |
| HSV(B) | 152.2º | 0.19% | 0.83% | - |
| XYZ | 49.39 | 58.94 | 58.64 | - |
| YUV | 196.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 192 | 0.19 | 0 | 0.09 | 0.17 | 152.2 | 0.32 | 0.75 |
| Hex | AA | D3 | C0 | 13 | 0 | 9 | 11 | 98 | 20 | 4B |
| Octal | 252 | 323 | 300 | 23 | 0 | 11 | 21 | 230 | 40 | 113 |
| Binary | 10101010 | 11010011 | 11000000 | 10011 | 0 | 1001 | 10001 | 10011000 | 100000 | 1001011 |
Color Harmonies of #AAD3C0
Complementary color
Monochromatic Colors of #AAD3C0
Black with #AAD3C0
Text Example
Text Example
White with #AAD3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3C0; }
p { color: rgb(170,211,192); }
H1.HeaderClassName
{
color: #AAD3C0;
}
.AnyTagClassName
{
color: #AAD3C0;
}
</style>
background-color css
<style>
a { background-color: #AAD3C0; }
a { background-color: rgb(170,211,192); }
div.DivClassName
{
background-color: #AAD3C0;
}
.BgClassName
{
background-color: #AAD3C0;
}
</style>
border-color css
<style>
span { border-color: #AAD3C0; }
span { border-color: rgb(170,211,192); }
td.TdClassName
{
border-color: #AAD3C0;
}
.TagClassName
{
border-color: #AAD3C0;
}
</style>