Shades of Nebula #ACC7B8
Tints of Nebula #ACC7B8
RGB
CMYK
RGB Variations
Color information
#ACC7B8 (or 0xACC7B8) is known color: Nebula. HEX triplet: AC, C7 and B8. RGB value is (172,199,184). Sum of RGB (Red+Green+Blue) = 172+199+184=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7B8 is #533847. Grayscale: #BDBDBD. Windows color (decimal): -5453896 or 12109740. OLE color: 12109740.
HSL color Cylindrical-coordinate representation of color #ACC7B8: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC7B8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 184 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.22 |
| HSL | 146.67º | 0.19% | 0.73% | - |
| HSV(B) | 146.67º | 0.14% | 0.78% | - |
| XYZ | 46.09 | 53.08 | 53.16 | - |
| YUV | 189.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 184 | 0.14 | 0 | 0.08 | 0.22 | 146.67 | 0.19 | 0.73 |
| Hex | AC | C7 | B8 | E | 0 | 8 | 16 | 93 | 13 | 49 |
| Octal | 254 | 307 | 270 | 16 | 0 | 10 | 26 | 223 | 23 | 111 |
| Binary | 10101100 | 11000111 | 10111000 | 1110 | 0 | 1000 | 10110 | 10010011 | 10011 | 1001001 |
Color Harmonies of #ACC7B8
Complementary color
Monochromatic Colors of #ACC7B8
Black with #ACC7B8
Text Example
Text Example
White with #ACC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7B8; }
p { color: rgb(172,199,184); }
H1.HeaderClassName
{
color: #ACC7B8;
}
.AnyTagClassName
{
color: #ACC7B8;
}
</style>
background-color css
<style>
a { background-color: #ACC7B8; }
a { background-color: rgb(172,199,184); }
div.DivClassName
{
background-color: #ACC7B8;
}
.BgClassName
{
background-color: #ACC7B8;
}
</style>
border-color css
<style>
span { border-color: #ACC7B8; }
span { border-color: rgb(172,199,184); }
td.TdClassName
{
border-color: #ACC7B8;
}
.TagClassName
{
border-color: #ACC7B8;
}
</style>