Shades of Nebula #ADD0BF
Tints of Nebula #ADD0BF
RGB
CMYK
RGB Variations
Color information
#ADD0BF (or 0xADD0BF) is known color: Nebula. HEX triplet: AD, D0 and BF. RGB value is (173,208,191). Sum of RGB (Red+Green+Blue) = 173+208+191=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0BF is #522F40. Grayscale: #C3C3C3. Windows color (decimal): -5386049 or 12570797. OLE color: 12570797.
HSL color Cylindrical-coordinate representation of color #ADD0BF: hue angle of 150.86º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0BF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 191 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.18 |
| HSL | 150.86º | 0.27% | 0.75% | - |
| HSV(B) | 150.86º | 0.17% | 0.82% | - |
| XYZ | 49.19 | 57.76 | 57.85 | - |
| YUV | 195.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 191 | 0.17 | 0 | 0.08 | 0.18 | 150.86 | 0.27 | 0.75 |
| Hex | AD | D0 | BF | 11 | 0 | 8 | 12 | 97 | 1B | 4B |
| Octal | 255 | 320 | 277 | 21 | 0 | 10 | 22 | 227 | 33 | 113 |
| Binary | 10101101 | 11010000 | 10111111 | 10001 | 0 | 1000 | 10010 | 10010111 | 11011 | 1001011 |
Color Harmonies of #ADD0BF
Complementary color
Monochromatic Colors of #ADD0BF
Black with #ADD0BF
Text Example
Text Example
White with #ADD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0BF; }
p { color: rgb(173,208,191); }
H1.HeaderClassName
{
color: #ADD0BF;
}
.AnyTagClassName
{
color: #ADD0BF;
}
</style>
background-color css
<style>
a { background-color: #ADD0BF; }
a { background-color: rgb(173,208,191); }
div.DivClassName
{
background-color: #ADD0BF;
}
.BgClassName
{
background-color: #ADD0BF;
}
</style>
border-color css
<style>
span { border-color: #ADD0BF; }
span { border-color: rgb(173,208,191); }
td.TdClassName
{
border-color: #ADD0BF;
}
.TagClassName
{
border-color: #ADD0BF;
}
</style>