Shades of Nebula #ACD6BF
Tints of Nebula #ACD6BF
RGB
CMYK
RGB Variations
Color information
#ACD6BF (or 0xACD6BF) is known color: Nebula. HEX triplet: AC, D6 and BF. RGB value is (172,214,191). Sum of RGB (Red+Green+Blue) = 172+214+191=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6BF is #532940. Grayscale: #C6C6C6. Windows color (decimal): -5450049 or 12572332. OLE color: 12572332.
HSL color Cylindrical-coordinate representation of color #ACD6BF: hue angle of 147.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6BF is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 191 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.16 |
| HSL | 147.14º | 0.34% | 0.76% | - |
| HSV(B) | 147.14º | 0.2% | 0.84% | - |
| XYZ | 50.46 | 60.63 | 58.33 | - |
| YUV | 198.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 191 | 0.20 | 0 | 0.11 | 0.16 | 147.14 | 0.34 | 0.76 |
| Hex | AC | D6 | BF | 14 | 0 | B | 10 | 93 | 22 | 4C |
| Octal | 254 | 326 | 277 | 24 | 0 | 13 | 20 | 223 | 42 | 114 |
| Binary | 10101100 | 11010110 | 10111111 | 10100 | 0 | 1011 | 10000 | 10010011 | 100010 | 1001100 |
Color Harmonies of #ACD6BF
Complementary color
Monochromatic Colors of #ACD6BF
Black with #ACD6BF
Text Example
Text Example
White with #ACD6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6BF; }
p { color: rgb(172,214,191); }
H1.HeaderClassName
{
color: #ACD6BF;
}
.AnyTagClassName
{
color: #ACD6BF;
}
</style>
background-color css
<style>
a { background-color: #ACD6BF; }
a { background-color: rgb(172,214,191); }
div.DivClassName
{
background-color: #ACD6BF;
}
.BgClassName
{
background-color: #ACD6BF;
}
</style>
border-color css
<style>
span { border-color: #ACD6BF; }
span { border-color: rgb(172,214,191); }
td.TdClassName
{
border-color: #ACD6BF;
}
.TagClassName
{
border-color: #ACD6BF;
}
</style>