Shades of Nebula #ACD2BF
Tints of Nebula #ACD2BF
RGB
CMYK
RGB Variations
Color information
#ACD2BF (or 0xACD2BF) is known color: Nebula. HEX triplet: AC, D2 and BF. RGB value is (172,210,191). Sum of RGB (Red+Green+Blue) = 172+210+191=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2BF is #532D40. Grayscale: #C4C4C4. Windows color (decimal): -5451073 or 12571308. OLE color: 12571308.
HSL color Cylindrical-coordinate representation of color #ACD2BF: hue angle of 150º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2BF is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 191 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.18 |
| HSL | 150º | 0.3% | 0.75% | - |
| HSV(B) | 150º | 0.18% | 0.82% | - |
| XYZ | 49.46 | 58.63 | 58 | - |
| YUV | 196.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 191 | 0.18 | 0 | 0.09 | 0.18 | 150 | 0.3 | 0.75 |
| Hex | AC | D2 | BF | 12 | 0 | 9 | 12 | 96 | 1E | 4B |
| Octal | 254 | 322 | 277 | 22 | 0 | 11 | 22 | 226 | 36 | 113 |
| Binary | 10101100 | 11010010 | 10111111 | 10010 | 0 | 1001 | 10010 | 10010110 | 11110 | 1001011 |
Color Harmonies of #ACD2BF
Complementary color
Monochromatic Colors of #ACD2BF
Black with #ACD2BF
Text Example
Text Example
White with #ACD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2BF; }
p { color: rgb(172,210,191); }
H1.HeaderClassName
{
color: #ACD2BF;
}
.AnyTagClassName
{
color: #ACD2BF;
}
</style>
background-color css
<style>
a { background-color: #ACD2BF; }
a { background-color: rgb(172,210,191); }
div.DivClassName
{
background-color: #ACD2BF;
}
.BgClassName
{
background-color: #ACD2BF;
}
</style>
border-color css
<style>
span { border-color: #ACD2BF; }
span { border-color: rgb(172,210,191); }
td.TdClassName
{
border-color: #ACD2BF;
}
.TagClassName
{
border-color: #ACD2BF;
}
</style>