Shades of Nebula #AEDAC0
Tints of Nebula #AEDAC0
RGB
CMYK
RGB Variations
Color information
#AEDAC0 (or 0xAEDAC0) is known color: Nebula. HEX triplet: AE, DA and C0. RGB value is (174,218,192). Sum of RGB (Red+Green+Blue) = 174+218+192=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAC0 is #51253F. Grayscale: #C9C9C9. Windows color (decimal): -5317952 or 12638894. OLE color: 12638894.
HSL color Cylindrical-coordinate representation of color #AEDAC0: hue angle of 144.55º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAC0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 192 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.15 |
| HSL | 144.55º | 0.37% | 0.77% | - |
| HSV(B) | 144.55º | 0.2% | 0.85% | - |
| XYZ | 52.04 | 62.95 | 59.28 | - |
| YUV | 201.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 192 | 0.20 | 0 | 0.12 | 0.15 | 144.55 | 0.37 | 0.77 |
| Hex | AE | DA | C0 | 14 | 0 | C | F | 91 | 25 | 4D |
| Octal | 256 | 332 | 300 | 24 | 0 | 14 | 17 | 221 | 45 | 115 |
| Binary | 10101110 | 11011010 | 11000000 | 10100 | 0 | 1100 | 1111 | 10010001 | 100101 | 1001101 |
Color Harmonies of #AEDAC0
Complementary color
Monochromatic Colors of #AEDAC0
Black with #AEDAC0
Text Example
Text Example
White with #AEDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAC0; }
p { color: rgb(174,218,192); }
H1.HeaderClassName
{
color: #AEDAC0;
}
.AnyTagClassName
{
color: #AEDAC0;
}
</style>
background-color css
<style>
a { background-color: #AEDAC0; }
a { background-color: rgb(174,218,192); }
div.DivClassName
{
background-color: #AEDAC0;
}
.BgClassName
{
background-color: #AEDAC0;
}
</style>
border-color css
<style>
span { border-color: #AEDAC0; }
span { border-color: rgb(174,218,192); }
td.TdClassName
{
border-color: #AEDAC0;
}
.TagClassName
{
border-color: #AEDAC0;
}
</style>