Shades of Nebula #AECFC0
Tints of Nebula #AECFC0
RGB
CMYK
RGB Variations
Color information
#AECFC0 (or 0xAECFC0) is known color: Nebula. HEX triplet: AE, CF and C0. RGB value is (174,207,192). Sum of RGB (Red+Green+Blue) = 174+207+192=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFC0 is #51303F. Grayscale: #C3C3C3. Windows color (decimal): -5320768 or 12636078. OLE color: 12636078.
HSL color Cylindrical-coordinate representation of color #AECFC0: hue angle of 152.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECFC0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 192 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.19 |
| HSL | 152.73º | 0.26% | 0.75% | - |
| HSV(B) | 152.73º | 0.16% | 0.81% | - |
| XYZ | 49.28 | 57.43 | 58.36 | - |
| YUV | 195.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 192 | 0.16 | 0 | 0.07 | 0.19 | 152.73 | 0.26 | 0.75 |
| Hex | AE | CF | C0 | 10 | 0 | 7 | 13 | 99 | 1A | 4B |
| Octal | 256 | 317 | 300 | 20 | 0 | 7 | 23 | 231 | 32 | 113 |
| Binary | 10101110 | 11001111 | 11000000 | 10000 | 0 | 111 | 10011 | 10011001 | 11010 | 1001011 |
Color Harmonies of #AECFC0
Complementary color
Monochromatic Colors of #AECFC0
Black with #AECFC0
Text Example
Text Example
White with #AECFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFC0; }
p { color: rgb(174,207,192); }
H1.HeaderClassName
{
color: #AECFC0;
}
.AnyTagClassName
{
color: #AECFC0;
}
</style>
background-color css
<style>
a { background-color: #AECFC0; }
a { background-color: rgb(174,207,192); }
div.DivClassName
{
background-color: #AECFC0;
}
.BgClassName
{
background-color: #AECFC0;
}
</style>
border-color css
<style>
span { border-color: #AECFC0; }
span { border-color: rgb(174,207,192); }
td.TdClassName
{
border-color: #AECFC0;
}
.TagClassName
{
border-color: #AECFC0;
}
</style>