Shades of Nebula #ACD1BE
Tints of Nebula #ACD1BE
RGB
CMYK
RGB Variations
Color information
#ACD1BE (or 0xACD1BE) is known color: Nebula. HEX triplet: AC, D1 and BE. RGB value is (172,209,190). Sum of RGB (Red+Green+Blue) = 172+209+190=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1BE is #532E41. Grayscale: #C3C3C3. Windows color (decimal): -5451330 or 12505516. OLE color: 12505516.
HSL color Cylindrical-coordinate representation of color #ACD1BE: hue angle of 149.19º 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 #ACD1BE is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 190 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.18 |
| HSL | 149.19º | 0.29% | 0.75% | - |
| HSV(B) | 149.19º | 0.18% | 0.82% | - |
| XYZ | 49.11 | 58.09 | 57.34 | - |
| YUV | 195.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 190 | 0.18 | 0 | 0.09 | 0.18 | 149.19 | 0.29 | 0.75 |
| Hex | AC | D1 | BE | 12 | 0 | 9 | 12 | 95 | 1D | 4B |
| Octal | 254 | 321 | 276 | 22 | 0 | 11 | 22 | 225 | 35 | 113 |
| Binary | 10101100 | 11010001 | 10111110 | 10010 | 0 | 1001 | 10010 | 10010101 | 11101 | 1001011 |
Color Harmonies of #ACD1BE
Complementary color
Monochromatic Colors of #ACD1BE
Black with #ACD1BE
Text Example
Text Example
White with #ACD1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1BE; }
p { color: rgb(172,209,190); }
H1.HeaderClassName
{
color: #ACD1BE;
}
.AnyTagClassName
{
color: #ACD1BE;
}
</style>
background-color css
<style>
a { background-color: #ACD1BE; }
a { background-color: rgb(172,209,190); }
div.DivClassName
{
background-color: #ACD1BE;
}
.BgClassName
{
background-color: #ACD1BE;
}
</style>
border-color css
<style>
span { border-color: #ACD1BE; }
span { border-color: rgb(172,209,190); }
td.TdClassName
{
border-color: #ACD1BE;
}
.TagClassName
{
border-color: #ACD1BE;
}
</style>