Shades of Nebula #ACD4C0
Tints of Nebula #ACD4C0
RGB
CMYK
RGB Variations
Color information
#ACD4C0 (or 0xACD4C0) is known color: Nebula. HEX triplet: AC, D4 and C0. RGB value is (172,212,192). Sum of RGB (Red+Green+Blue) = 172+212+192=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4C0 is #532B3F. Grayscale: #C5C5C5. Windows color (decimal): -5450560 or 12637356. OLE color: 12637356.
HSL color Cylindrical-coordinate representation of color #ACD4C0: hue angle of 150º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4C0 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
RGB | 172 | 212 | 192 | - |
CMYK | 0.19 | 0 | 0.09 | 0.17 |
HSL | 150º | 0.32% | 0.75% | - |
HSV(B) | 150º | 0.19% | 0.83% | - |
XYZ | 50.07 | 59.66 | 58.75 | - |
YUV | 197.76 | 124.75 | 109.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 192 | 0.19 | 0 | 0.09 | 0.17 | 150 | 0.32 | 0.75 |
Hex | AC | D4 | C0 | 13 | 0 | 9 | 11 | 96 | 20 | 4B |
Octal | 254 | 324 | 300 | 23 | 0 | 11 | 21 | 226 | 40 | 113 |
Binary | 10101100 | 11010100 | 11000000 | 10011 | 0 | 1001 | 10001 | 10010110 | 100000 | 1001011 |
Color Harmonies of #ACD4C0
Complementary color
Monochromatic Colors of #ACD4C0
Black with #ACD4C0
Text Example
Text Example
White with #ACD4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4C0; }
p { color: rgb(172,212,192); }
H1.HeaderClassName
{
color: #ACD4C0;
}
.AnyTagClassName
{
color: #ACD4C0;
}
</style>
background-color css
<style>
a { background-color: #ACD4C0; }
a { background-color: rgb(172,212,192); }
div.DivClassName
{
background-color: #ACD4C0;
}
.BgClassName
{
background-color: #ACD4C0;
}
</style>
border-color css
<style>
span { border-color: #ACD4C0; }
span { border-color: rgb(172,212,192); }
td.TdClassName
{
border-color: #ACD4C0;
}
.TagClassName
{
border-color: #ACD4C0;
}
</style>