Shades of Nebula #AED0C0
Tints of Nebula #AED0C0
RGB
CMYK
RGB Variations
Color information
#AED0C0 (or 0xAED0C0) is known color: Nebula. HEX triplet: AE, D0 and C0. RGB value is (174,208,192). Sum of RGB (Red+Green+Blue) = 174+208+192=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0C0 is #512F3F. Grayscale: #C4C4C4. Windows color (decimal): -5320512 or 12636334. OLE color: 12636334.
HSL color Cylindrical-coordinate representation of color #AED0C0: hue angle of 151.76º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AED0C0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 192 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.18 |
| HSL | 151.76º | 0.27% | 0.75% | - |
| HSV(B) | 151.76º | 0.16% | 0.82% | - |
| XYZ | 49.53 | 57.92 | 58.44 | - |
| YUV | 196.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 192 | 0.16 | 0 | 0.08 | 0.18 | 151.76 | 0.27 | 0.75 |
| Hex | AE | D0 | C0 | 10 | 0 | 8 | 12 | 98 | 1B | 4B |
| Octal | 256 | 320 | 300 | 20 | 0 | 10 | 22 | 230 | 33 | 113 |
| Binary | 10101110 | 11010000 | 11000000 | 10000 | 0 | 1000 | 10010 | 10011000 | 11011 | 1001011 |
Color Harmonies of #AED0C0
Complementary color
Monochromatic Colors of #AED0C0
Black with #AED0C0
Text Example
Text Example
White with #AED0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0C0; }
p { color: rgb(174,208,192); }
H1.HeaderClassName
{
color: #AED0C0;
}
.AnyTagClassName
{
color: #AED0C0;
}
</style>
background-color css
<style>
a { background-color: #AED0C0; }
a { background-color: rgb(174,208,192); }
div.DivClassName
{
background-color: #AED0C0;
}
.BgClassName
{
background-color: #AED0C0;
}
</style>
border-color css
<style>
span { border-color: #AED0C0; }
span { border-color: rgb(174,208,192); }
td.TdClassName
{
border-color: #AED0C0;
}
.TagClassName
{
border-color: #AED0C0;
}
</style>