Shades of Nebula #ACDBC0
Tints of Nebula #ACDBC0
RGB
CMYK
RGB Variations
Color information
#ACDBC0 (or 0xACDBC0) is known color: Nebula. HEX triplet: AC, DB and C0. RGB value is (172,219,192). Sum of RGB (Red+Green+Blue) = 172+219+192=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC0 is #53243F. Grayscale: #C9C9C9. Windows color (decimal): -5448768 or 12639148. OLE color: 12639148.
HSL color Cylindrical-coordinate representation of color #ACDBC0: hue angle of 145.53º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBC0 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 192 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.14 |
| HSL | 145.53º | 0.39% | 0.77% | - |
| HSV(B) | 145.53º | 0.21% | 0.86% | - |
| XYZ | 51.86 | 63.24 | 59.34 | - |
| YUV | 201.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 192 | 0.21 | 0 | 0.12 | 0.14 | 145.53 | 0.39 | 0.77 |
| Hex | AC | DB | C0 | 15 | 0 | C | E | 92 | 27 | 4D |
| Octal | 254 | 333 | 300 | 25 | 0 | 14 | 16 | 222 | 47 | 115 |
| Binary | 10101100 | 11011011 | 11000000 | 10101 | 0 | 1100 | 1110 | 10010010 | 100111 | 1001101 |
Color Harmonies of #ACDBC0
Complementary color
Monochromatic Colors of #ACDBC0
Black with #ACDBC0
Text Example
Text Example
White with #ACDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBC0; }
p { color: rgb(172,219,192); }
H1.HeaderClassName
{
color: #ACDBC0;
}
.AnyTagClassName
{
color: #ACDBC0;
}
</style>
background-color css
<style>
a { background-color: #ACDBC0; }
a { background-color: rgb(172,219,192); }
div.DivClassName
{
background-color: #ACDBC0;
}
.BgClassName
{
background-color: #ACDBC0;
}
</style>
border-color css
<style>
span { border-color: #ACDBC0; }
span { border-color: rgb(172,219,192); }
td.TdClassName
{
border-color: #ACDBC0;
}
.TagClassName
{
border-color: #ACDBC0;
}
</style>