Shades of Nebula #ACD9C1
Tints of Nebula #ACD9C1
RGB
CMYK
RGB Variations
Color information
#ACD9C1 (or 0xACD9C1) is known color: Nebula. HEX triplet: AC, D9 and C1. RGB value is (172,217,193). Sum of RGB (Red+Green+Blue) = 172+217+193=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C1 is #53263E. Grayscale: #C8C8C8. Windows color (decimal): -5449279 or 12704172. OLE color: 12704172.
HSL color Cylindrical-coordinate representation of color #ACD9C1: hue angle of 148º 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 #ACD9C1 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 193 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.15 |
| HSL | 148º | 0.37% | 0.76% | - |
| HSV(B) | 148º | 0.21% | 0.85% | - |
| XYZ | 51.45 | 62.25 | 59.76 | - |
| YUV | 200.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 193 | 0.21 | 0 | 0.11 | 0.15 | 148 | 0.37 | 0.76 |
| Hex | AC | D9 | C1 | 15 | 0 | B | F | 94 | 25 | 4C |
| Octal | 254 | 331 | 301 | 25 | 0 | 13 | 17 | 224 | 45 | 114 |
| Binary | 10101100 | 11011001 | 11000001 | 10101 | 0 | 1011 | 1111 | 10010100 | 100101 | 1001100 |
Color Harmonies of #ACD9C1
Complementary color
Monochromatic Colors of #ACD9C1
Black with #ACD9C1
Text Example
Text Example
White with #ACD9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9C1; }
p { color: rgb(172,217,193); }
H1.HeaderClassName
{
color: #ACD9C1;
}
.AnyTagClassName
{
color: #ACD9C1;
}
</style>
background-color css
<style>
a { background-color: #ACD9C1; }
a { background-color: rgb(172,217,193); }
div.DivClassName
{
background-color: #ACD9C1;
}
.BgClassName
{
background-color: #ACD9C1;
}
</style>
border-color css
<style>
span { border-color: #ACD9C1; }
span { border-color: rgb(172,217,193); }
td.TdClassName
{
border-color: #ACD9C1;
}
.TagClassName
{
border-color: #ACD9C1;
}
</style>