Shades of Nebula #ACD7BD
Tints of Nebula #ACD7BD
RGB
CMYK
RGB Variations
Color information
#ACD7BD (or 0xACD7BD) is known color: Nebula. HEX triplet: AC, D7 and BD. RGB value is (172,215,189). Sum of RGB (Red+Green+Blue) = 172+215+189=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7BD is #532842. Grayscale: #C7C7C7. Windows color (decimal): -5449795 or 12441516. OLE color: 12441516.
HSL color Cylindrical-coordinate representation of color #ACD7BD: hue angle of 143.72º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7BD is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 189 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.16 |
| HSL | 143.72º | 0.35% | 0.76% | - |
| HSV(B) | 143.72º | 0.2% | 0.84% | - |
| XYZ | 50.5 | 61.05 | 57.27 | - |
| YUV | 199.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 189 | 0.2 | 0 | 0.12 | 0.16 | 143.72 | 0.35 | 0.76 |
| Hex | AC | D7 | BD | 14 | 0 | C | 10 | 90 | 23 | 4C |
| Octal | 254 | 327 | 275 | 24 | 0 | 14 | 20 | 220 | 43 | 114 |
| Binary | 10101100 | 11010111 | 10111101 | 10100 | 0 | 1100 | 10000 | 10010000 | 100011 | 1001100 |
Color Harmonies of #ACD7BD
Complementary color
Monochromatic Colors of #ACD7BD
Black with #ACD7BD
Text Example
Text Example
White with #ACD7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7BD; }
p { color: rgb(172,215,189); }
H1.HeaderClassName
{
color: #ACD7BD;
}
.AnyTagClassName
{
color: #ACD7BD;
}
</style>
background-color css
<style>
a { background-color: #ACD7BD; }
a { background-color: rgb(172,215,189); }
div.DivClassName
{
background-color: #ACD7BD;
}
.BgClassName
{
background-color: #ACD7BD;
}
</style>
border-color css
<style>
span { border-color: #ACD7BD; }
span { border-color: rgb(172,215,189); }
td.TdClassName
{
border-color: #ACD7BD;
}
.TagClassName
{
border-color: #ACD7BD;
}
</style>