Shades of Nebula #ACD0BD
Tints of Nebula #ACD0BD
RGB
CMYK
RGB Variations
Color information
#ACD0BD (or 0xACD0BD) is known color: Nebula. HEX triplet: AC, D0 and BD. RGB value is (172,208,189). Sum of RGB (Red+Green+Blue) = 172+208+189=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0BD is #532F42. Grayscale: #C3C3C3. Windows color (decimal): -5451587 or 12439724. OLE color: 12439724.
HSL color Cylindrical-coordinate representation of color #ACD0BD: hue angle of 148.33º 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 #ACD0BD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 189 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.18 |
| HSL | 148.33º | 0.28% | 0.75% | - |
| HSV(B) | 148.33º | 0.17% | 0.82% | - |
| XYZ | 48.75 | 57.56 | 56.68 | - |
| YUV | 195.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 189 | 0.17 | 0 | 0.09 | 0.18 | 148.33 | 0.28 | 0.75 |
| Hex | AC | D0 | BD | 11 | 0 | 9 | 12 | 94 | 1C | 4B |
| Octal | 254 | 320 | 275 | 21 | 0 | 11 | 22 | 224 | 34 | 113 |
| Binary | 10101100 | 11010000 | 10111101 | 10001 | 0 | 1001 | 10010 | 10010100 | 11100 | 1001011 |
Color Harmonies of #ACD0BD
Complementary color
Monochromatic Colors of #ACD0BD
Black with #ACD0BD
Text Example
Text Example
White with #ACD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0BD; }
p { color: rgb(172,208,189); }
H1.HeaderClassName
{
color: #ACD0BD;
}
.AnyTagClassName
{
color: #ACD0BD;
}
</style>
background-color css
<style>
a { background-color: #ACD0BD; }
a { background-color: rgb(172,208,189); }
div.DivClassName
{
background-color: #ACD0BD;
}
.BgClassName
{
background-color: #ACD0BD;
}
</style>
border-color css
<style>
span { border-color: #ACD0BD; }
span { border-color: rgb(172,208,189); }
td.TdClassName
{
border-color: #ACD0BD;
}
.TagClassName
{
border-color: #ACD0BD;
}
</style>