Shades of Nebula #ADD7BF
Tints of Nebula #ADD7BF
RGB
CMYK
RGB Variations
Color information
#ADD7BF (or 0xADD7BF) is known color: Nebula. HEX triplet: AD, D7 and BF. RGB value is (173,215,191). Sum of RGB (Red+Green+Blue) = 173+215+191=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7BF is #522840. Grayscale: #C7C7C7. Windows color (decimal): -5384257 or 12572589. OLE color: 12572589.
HSL color Cylindrical-coordinate representation of color #ADD7BF: hue angle of 145.71º degrees, saturation: 0.34, 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 #ADD7BF is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 191 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.16 |
| HSL | 145.71º | 0.34% | 0.76% | - |
| HSV(B) | 145.71º | 0.2% | 0.84% | - |
| XYZ | 50.94 | 61.25 | 58.43 | - |
| YUV | 199.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 191 | 0.20 | 0 | 0.11 | 0.16 | 145.71 | 0.34 | 0.76 |
| Hex | AD | D7 | BF | 14 | 0 | B | 10 | 92 | 22 | 4C |
| Octal | 255 | 327 | 277 | 24 | 0 | 13 | 20 | 222 | 42 | 114 |
| Binary | 10101101 | 11010111 | 10111111 | 10100 | 0 | 1011 | 10000 | 10010010 | 100010 | 1001100 |
Color Harmonies of #ADD7BF
Complementary color
Monochromatic Colors of #ADD7BF
Black with #ADD7BF
Text Example
Text Example
White with #ADD7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7BF; }
p { color: rgb(173,215,191); }
H1.HeaderClassName
{
color: #ADD7BF;
}
.AnyTagClassName
{
color: #ADD7BF;
}
</style>
background-color css
<style>
a { background-color: #ADD7BF; }
a { background-color: rgb(173,215,191); }
div.DivClassName
{
background-color: #ADD7BF;
}
.BgClassName
{
background-color: #ADD7BF;
}
</style>
border-color css
<style>
span { border-color: #ADD7BF; }
span { border-color: rgb(173,215,191); }
td.TdClassName
{
border-color: #ADD7BF;
}
.TagClassName
{
border-color: #ADD7BF;
}
</style>