Shades of Nebula #ACD1BF
Tints of Nebula #ACD1BF
RGB
CMYK
RGB Variations
Color information
#ACD1BF (or 0xACD1BF) is known color: Nebula. HEX triplet: AC, D1 and BF. RGB value is (172,209,191). Sum of RGB (Red+Green+Blue) = 172+209+191=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1BF is #532E40. Grayscale: #C3C3C3. Windows color (decimal): -5451329 or 12571052. OLE color: 12571052.
HSL color Cylindrical-coordinate representation of color #ACD1BF: hue angle of 150.81º degrees, saturation: 0.29, 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 #ACD1BF is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 191 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.18 |
| HSL | 150.81º | 0.29% | 0.75% | - |
| HSV(B) | 150.81º | 0.18% | 0.82% | - |
| XYZ | 49.22 | 58.13 | 57.92 | - |
| YUV | 195.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 191 | 0.18 | 0 | 0.09 | 0.18 | 150.81 | 0.29 | 0.75 |
| Hex | AC | D1 | BF | 12 | 0 | 9 | 12 | 97 | 1D | 4B |
| Octal | 254 | 321 | 277 | 22 | 0 | 11 | 22 | 227 | 35 | 113 |
| Binary | 10101100 | 11010001 | 10111111 | 10010 | 0 | 1001 | 10010 | 10010111 | 11101 | 1001011 |
Color Harmonies of #ACD1BF
Complementary color
Monochromatic Colors of #ACD1BF
Black with #ACD1BF
Text Example
Text Example
White with #ACD1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1BF; }
p { color: rgb(172,209,191); }
H1.HeaderClassName
{
color: #ACD1BF;
}
.AnyTagClassName
{
color: #ACD1BF;
}
</style>
background-color css
<style>
a { background-color: #ACD1BF; }
a { background-color: rgb(172,209,191); }
div.DivClassName
{
background-color: #ACD1BF;
}
.BgClassName
{
background-color: #ACD1BF;
}
</style>
border-color css
<style>
span { border-color: #ACD1BF; }
span { border-color: rgb(172,209,191); }
td.TdClassName
{
border-color: #ACD1BF;
}
.TagClassName
{
border-color: #ACD1BF;
}
</style>