Shades of Nebula #ACD9BE
Tints of Nebula #ACD9BE
RGB
CMYK
RGB Variations
Color information
#ACD9BE (or 0xACD9BE) is known color: Nebula. HEX triplet: AC, D9 and BE. RGB value is (172,217,190). Sum of RGB (Red+Green+Blue) = 172+217+190=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9BE is #532641. Grayscale: #C8C8C8. Windows color (decimal): -5449282 or 12507564. OLE color: 12507564.
HSL color Cylindrical-coordinate representation of color #ACD9BE: hue angle of 144º 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 #ACD9BE is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 190 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.15 |
| HSL | 144º | 0.37% | 0.76% | - |
| HSV(B) | 144º | 0.21% | 0.85% | - |
| XYZ | 51.12 | 62.11 | 58.01 | - |
| YUV | 200.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 190 | 0.21 | 0 | 0.12 | 0.15 | 144 | 0.37 | 0.76 |
| Hex | AC | D9 | BE | 15 | 0 | C | F | 90 | 25 | 4C |
| Octal | 254 | 331 | 276 | 25 | 0 | 14 | 17 | 220 | 45 | 114 |
| Binary | 10101100 | 11011001 | 10111110 | 10101 | 0 | 1100 | 1111 | 10010000 | 100101 | 1001100 |
Color Harmonies of #ACD9BE
Complementary color
Monochromatic Colors of #ACD9BE
Black with #ACD9BE
Text Example
Text Example
White with #ACD9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9BE; }
p { color: rgb(172,217,190); }
H1.HeaderClassName
{
color: #ACD9BE;
}
.AnyTagClassName
{
color: #ACD9BE;
}
</style>
background-color css
<style>
a { background-color: #ACD9BE; }
a { background-color: rgb(172,217,190); }
div.DivClassName
{
background-color: #ACD9BE;
}
.BgClassName
{
background-color: #ACD9BE;
}
</style>
border-color css
<style>
span { border-color: #ACD9BE; }
span { border-color: rgb(172,217,190); }
td.TdClassName
{
border-color: #ACD9BE;
}
.TagClassName
{
border-color: #ACD9BE;
}
</style>