Shades of Nebula #ACD5BD
Tints of Nebula #ACD5BD
RGB
CMYK
RGB Variations
Color information
#ACD5BD (or 0xACD5BD) is known color: Nebula. HEX triplet: AC, D5 and BD. RGB value is (172,213,189). Sum of RGB (Red+Green+Blue) = 172+213+189=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5BD is #532A42. Grayscale: #C6C6C6. Windows color (decimal): -5450307 or 12441004. OLE color: 12441004.
HSL color Cylindrical-coordinate representation of color #ACD5BD: hue angle of 144.88º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5BD is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 189 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.16 |
| HSL | 144.88º | 0.33% | 0.75% | - |
| HSV(B) | 144.88º | 0.19% | 0.84% | - |
| XYZ | 49.99 | 60.03 | 57.1 | - |
| YUV | 198.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 189 | 0.19 | 0 | 0.11 | 0.16 | 144.88 | 0.33 | 0.75 |
| Hex | AC | D5 | BD | 13 | 0 | B | 10 | 91 | 21 | 4B |
| Octal | 254 | 325 | 275 | 23 | 0 | 13 | 20 | 221 | 41 | 113 |
| Binary | 10101100 | 11010101 | 10111101 | 10011 | 0 | 1011 | 10000 | 10010001 | 100001 | 1001011 |
Color Harmonies of #ACD5BD
Complementary color
Monochromatic Colors of #ACD5BD
Black with #ACD5BD
Text Example
Text Example
White with #ACD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5BD; }
p { color: rgb(172,213,189); }
H1.HeaderClassName
{
color: #ACD5BD;
}
.AnyTagClassName
{
color: #ACD5BD;
}
</style>
background-color css
<style>
a { background-color: #ACD5BD; }
a { background-color: rgb(172,213,189); }
div.DivClassName
{
background-color: #ACD5BD;
}
.BgClassName
{
background-color: #ACD5BD;
}
</style>
border-color css
<style>
span { border-color: #ACD5BD; }
span { border-color: rgb(172,213,189); }
td.TdClassName
{
border-color: #ACD5BD;
}
.TagClassName
{
border-color: #ACD5BD;
}
</style>