Shades of Nebula #ACD0BB
Tints of Nebula #ACD0BB
RGB
CMYK
RGB Variations
Color information
#ACD0BB (or 0xACD0BB) is known color: Nebula. HEX triplet: AC, D0 and BB. RGB value is (172,208,187). Sum of RGB (Red+Green+Blue) = 172+208+187=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0BB is #532F44. Grayscale: #C2C2C2. Windows color (decimal): -5451589 or 12308652. OLE color: 12308652.
HSL color Cylindrical-coordinate representation of color #ACD0BB: hue angle of 145º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0BB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 187 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.18 |
| HSL | 145º | 0.28% | 0.75% | - |
| HSV(B) | 145º | 0.17% | 0.82% | - |
| XYZ | 48.54 | 57.47 | 55.55 | - |
| YUV | 194.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 187 | 0.17 | 0 | 0.10 | 0.18 | 145 | 0.28 | 0.75 |
| Hex | AC | D0 | BB | 11 | 0 | A | 12 | 91 | 1C | 4B |
| Octal | 254 | 320 | 273 | 21 | 0 | 12 | 22 | 221 | 34 | 113 |
| Binary | 10101100 | 11010000 | 10111011 | 10001 | 0 | 1010 | 10010 | 10010001 | 11100 | 1001011 |
Color Harmonies of #ACD0BB
Complementary color
Monochromatic Colors of #ACD0BB
Black with #ACD0BB
Text Example
Text Example
White with #ACD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0BB; }
p { color: rgb(172,208,187); }
H1.HeaderClassName
{
color: #ACD0BB;
}
.AnyTagClassName
{
color: #ACD0BB;
}
</style>
background-color css
<style>
a { background-color: #ACD0BB; }
a { background-color: rgb(172,208,187); }
div.DivClassName
{
background-color: #ACD0BB;
}
.BgClassName
{
background-color: #ACD0BB;
}
</style>
border-color css
<style>
span { border-color: #ACD0BB; }
span { border-color: rgb(172,208,187); }
td.TdClassName
{
border-color: #ACD0BB;
}
.TagClassName
{
border-color: #ACD0BB;
}
</style>