Shades of Nebula #ACDCC2
Tints of Nebula #ACDCC2
RGB
CMYK
RGB Variations
Color information
#ACDCC2 (or 0xACDCC2) is known color: Nebula. HEX triplet: AC, DC and C2. RGB value is (172,220,194). Sum of RGB (Red+Green+Blue) = 172+220+194=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC2 is #53233D. Grayscale: #CACACA. Windows color (decimal): -5448510 or 12770476. OLE color: 12770476.
HSL color Cylindrical-coordinate representation of color #ACDCC2: hue angle of 147.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCC2 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 194 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.14 |
| HSL | 147.5º | 0.41% | 0.77% | - |
| HSV(B) | 147.5º | 0.22% | 0.86% | - |
| XYZ | 52.34 | 63.85 | 60.6 | - |
| YUV | 202.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 194 | 0.22 | 0 | 0.12 | 0.14 | 147.5 | 0.41 | 0.77 |
| Hex | AC | DC | C2 | 16 | 0 | C | E | 94 | 29 | 4D |
| Octal | 254 | 334 | 302 | 26 | 0 | 14 | 16 | 224 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11000010 | 10110 | 0 | 1100 | 1110 | 10010100 | 101001 | 1001101 |
Color Harmonies of #ACDCC2
Complementary color
Monochromatic Colors of #ACDCC2
Black with #ACDCC2
Text Example
Text Example
White with #ACDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCC2; }
p { color: rgb(172,220,194); }
H1.HeaderClassName
{
color: #ACDCC2;
}
.AnyTagClassName
{
color: #ACDCC2;
}
</style>
background-color css
<style>
a { background-color: #ACDCC2; }
a { background-color: rgb(172,220,194); }
div.DivClassName
{
background-color: #ACDCC2;
}
.BgClassName
{
background-color: #ACDCC2;
}
</style>
border-color css
<style>
span { border-color: #ACDCC2; }
span { border-color: rgb(172,220,194); }
td.TdClassName
{
border-color: #ACDCC2;
}
.TagClassName
{
border-color: #ACDCC2;
}
</style>