Shades of Nebula #ACD9C0
Tints of Nebula #ACD9C0
RGB
CMYK
RGB Variations
Color information
#ACD9C0 (or 0xACD9C0) is known color: Nebula. HEX triplet: AC, D9 and C0. RGB value is (172,217,192). Sum of RGB (Red+Green+Blue) = 172+217+192=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C0 is #53263F. Grayscale: #C8C8C8. Windows color (decimal): -5449280 or 12638636. OLE color: 12638636.
HSL color Cylindrical-coordinate representation of color #ACD9C0: hue angle of 146.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9C0 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 192 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.15 |
| HSL | 146.67º | 0.37% | 0.76% | - |
| HSV(B) | 146.67º | 0.21% | 0.85% | - |
| XYZ | 51.34 | 62.2 | 59.17 | - |
| YUV | 200.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 192 | 0.21 | 0 | 0.12 | 0.15 | 146.67 | 0.37 | 0.76 |
| Hex | AC | D9 | C0 | 15 | 0 | C | F | 93 | 25 | 4C |
| Octal | 254 | 331 | 300 | 25 | 0 | 14 | 17 | 223 | 45 | 114 |
| Binary | 10101100 | 11011001 | 11000000 | 10101 | 0 | 1100 | 1111 | 10010011 | 100101 | 1001100 |
Color Harmonies of #ACD9C0
Complementary color
Monochromatic Colors of #ACD9C0
Black with #ACD9C0
Text Example
Text Example
White with #ACD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9C0; }
p { color: rgb(172,217,192); }
H1.HeaderClassName
{
color: #ACD9C0;
}
.AnyTagClassName
{
color: #ACD9C0;
}
</style>
background-color css
<style>
a { background-color: #ACD9C0; }
a { background-color: rgb(172,217,192); }
div.DivClassName
{
background-color: #ACD9C0;
}
.BgClassName
{
background-color: #ACD9C0;
}
</style>
border-color css
<style>
span { border-color: #ACD9C0; }
span { border-color: rgb(172,217,192); }
td.TdClassName
{
border-color: #ACD9C0;
}
.TagClassName
{
border-color: #ACD9C0;
}
</style>