Shades of Nebula #ACD5BB
Tints of Nebula #ACD5BB
RGB
CMYK
RGB Variations
Color information
#ACD5BB (or 0xACD5BB) is known color: Nebula. HEX triplet: AC, D5 and BB. RGB value is (172,213,187). Sum of RGB (Red+Green+Blue) = 172+213+187=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5BB is #532A44. Grayscale: #C5C5C5. Windows color (decimal): -5450309 or 12309932. OLE color: 12309932.
HSL color Cylindrical-coordinate representation of color #ACD5BB: hue angle of 141.95º 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 #ACD5BB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 187 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.16 |
| HSL | 141.95º | 0.33% | 0.75% | - |
| HSV(B) | 141.95º | 0.19% | 0.84% | - |
| XYZ | 49.78 | 59.95 | 55.96 | - |
| YUV | 197.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 187 | 0.19 | 0 | 0.12 | 0.16 | 141.95 | 0.33 | 0.75 |
| Hex | AC | D5 | BB | 13 | 0 | C | 10 | 8E | 21 | 4B |
| Octal | 254 | 325 | 273 | 23 | 0 | 14 | 20 | 216 | 41 | 113 |
| Binary | 10101100 | 11010101 | 10111011 | 10011 | 0 | 1100 | 10000 | 10001110 | 100001 | 1001011 |
Color Harmonies of #ACD5BB
Complementary color
Monochromatic Colors of #ACD5BB
Black with #ACD5BB
Text Example
Text Example
White with #ACD5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5BB; }
p { color: rgb(172,213,187); }
H1.HeaderClassName
{
color: #ACD5BB;
}
.AnyTagClassName
{
color: #ACD5BB;
}
</style>
background-color css
<style>
a { background-color: #ACD5BB; }
a { background-color: rgb(172,213,187); }
div.DivClassName
{
background-color: #ACD5BB;
}
.BgClassName
{
background-color: #ACD5BB;
}
</style>
border-color css
<style>
span { border-color: #ACD5BB; }
span { border-color: rgb(172,213,187); }
td.TdClassName
{
border-color: #ACD5BB;
}
.TagClassName
{
border-color: #ACD5BB;
}
</style>