Shades of Nebula #ACDCC1
Tints of Nebula #ACDCC1
RGB
CMYK
RGB Variations
Color information
#ACDCC1 (or 0xACDCC1) is known color: Nebula. HEX triplet: AC, DC and C1. RGB value is (172,220,193). Sum of RGB (Red+Green+Blue) = 172+220+193=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC1 is #53233E. Grayscale: #CACACA. Windows color (decimal): -5448511 or 12704940. OLE color: 12704940.
HSL color Cylindrical-coordinate representation of color #ACDCC1: hue angle of 146.25º 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 #ACDCC1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 193 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.14 |
| HSL | 146.25º | 0.41% | 0.77% | - |
| HSV(B) | 146.25º | 0.22% | 0.86% | - |
| XYZ | 52.23 | 63.81 | 60.02 | - |
| YUV | 202.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 193 | 0.22 | 0 | 0.12 | 0.14 | 146.25 | 0.41 | 0.77 |
| Hex | AC | DC | C1 | 16 | 0 | C | E | 92 | 29 | 4D |
| Octal | 254 | 334 | 301 | 26 | 0 | 14 | 16 | 222 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11000001 | 10110 | 0 | 1100 | 1110 | 10010010 | 101001 | 1001101 |
Color Harmonies of #ACDCC1
Complementary color
Monochromatic Colors of #ACDCC1
Black with #ACDCC1
Text Example
Text Example
White with #ACDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCC1; }
p { color: rgb(172,220,193); }
H1.HeaderClassName
{
color: #ACDCC1;
}
.AnyTagClassName
{
color: #ACDCC1;
}
</style>
background-color css
<style>
a { background-color: #ACDCC1; }
a { background-color: rgb(172,220,193); }
div.DivClassName
{
background-color: #ACDCC1;
}
.BgClassName
{
background-color: #ACDCC1;
}
</style>
border-color css
<style>
span { border-color: #ACDCC1; }
span { border-color: rgb(172,220,193); }
td.TdClassName
{
border-color: #ACDCC1;
}
.TagClassName
{
border-color: #ACDCC1;
}
</style>