Shades of Nebula #ACD0BF
Tints of Nebula #ACD0BF
RGB
CMYK
RGB Variations
Color information
#ACD0BF (or 0xACD0BF) is known color: Nebula. HEX triplet: AC, D0 and BF. RGB value is (172,208,191). Sum of RGB (Red+Green+Blue) = 172+208+191=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0BF is #532F40. Grayscale: #C3C3C3. Windows color (decimal): -5451585 or 12570796. OLE color: 12570796.
HSL color Cylindrical-coordinate representation of color #ACD0BF: hue angle of 151.67º 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 #ACD0BF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 191 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.18 |
| HSL | 151.67º | 0.28% | 0.75% | - |
| HSV(B) | 151.67º | 0.17% | 0.82% | - |
| XYZ | 48.97 | 57.64 | 57.84 | - |
| YUV | 195.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 191 | 0.17 | 0 | 0.08 | 0.18 | 151.67 | 0.28 | 0.75 |
| Hex | AC | D0 | BF | 11 | 0 | 8 | 12 | 98 | 1C | 4B |
| Octal | 254 | 320 | 277 | 21 | 0 | 10 | 22 | 230 | 34 | 113 |
| Binary | 10101100 | 11010000 | 10111111 | 10001 | 0 | 1000 | 10010 | 10011000 | 11100 | 1001011 |
Color Harmonies of #ACD0BF
Complementary color
Monochromatic Colors of #ACD0BF
Black with #ACD0BF
Text Example
Text Example
White with #ACD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0BF; }
p { color: rgb(172,208,191); }
H1.HeaderClassName
{
color: #ACD0BF;
}
.AnyTagClassName
{
color: #ACD0BF;
}
</style>
background-color css
<style>
a { background-color: #ACD0BF; }
a { background-color: rgb(172,208,191); }
div.DivClassName
{
background-color: #ACD0BF;
}
.BgClassName
{
background-color: #ACD0BF;
}
</style>
border-color css
<style>
span { border-color: #ACD0BF; }
span { border-color: rgb(172,208,191); }
td.TdClassName
{
border-color: #ACD0BF;
}
.TagClassName
{
border-color: #ACD0BF;
}
</style>