Shades of Nebula #ACD1BD
Tints of Nebula #ACD1BD
RGB
CMYK
RGB Variations
Color information
#ACD1BD (or 0xACD1BD) is known color: Nebula. HEX triplet: AC, D1 and BD. RGB value is (172,209,189). Sum of RGB (Red+Green+Blue) = 172+209+189=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1BD is #532E42. Grayscale: #C3C3C3. Windows color (decimal): -5451331 or 12439980. OLE color: 12439980.
HSL color Cylindrical-coordinate representation of color #ACD1BD: hue angle of 147.57º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD1BD is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 189 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.18 |
| HSL | 147.57º | 0.29% | 0.75% | - |
| HSV(B) | 147.57º | 0.18% | 0.82% | - |
| XYZ | 49 | 58.05 | 56.77 | - |
| YUV | 195.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 189 | 0.18 | 0 | 0.10 | 0.18 | 147.57 | 0.29 | 0.75 |
| Hex | AC | D1 | BD | 12 | 0 | A | 12 | 94 | 1D | 4B |
| Octal | 254 | 321 | 275 | 22 | 0 | 12 | 22 | 224 | 35 | 113 |
| Binary | 10101100 | 11010001 | 10111101 | 10010 | 0 | 1010 | 10010 | 10010100 | 11101 | 1001011 |
Color Harmonies of #ACD1BD
Complementary color
Monochromatic Colors of #ACD1BD
Black with #ACD1BD
Text Example
Text Example
White with #ACD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1BD; }
p { color: rgb(172,209,189); }
H1.HeaderClassName
{
color: #ACD1BD;
}
.AnyTagClassName
{
color: #ACD1BD;
}
</style>
background-color css
<style>
a { background-color: #ACD1BD; }
a { background-color: rgb(172,209,189); }
div.DivClassName
{
background-color: #ACD1BD;
}
.BgClassName
{
background-color: #ACD1BD;
}
</style>
border-color css
<style>
span { border-color: #ACD1BD; }
span { border-color: rgb(172,209,189); }
td.TdClassName
{
border-color: #ACD1BD;
}
.TagClassName
{
border-color: #ACD1BD;
}
</style>