Shades of Nebula #ADD7BE
Tints of Nebula #ADD7BE
RGB
CMYK
RGB Variations
Color information
#ADD7BE (or 0xADD7BE) is known color: Nebula. HEX triplet: AD, D7 and BE. RGB value is (173,215,190). Sum of RGB (Red+Green+Blue) = 173+215+190=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7BE is #522841. Grayscale: #C7C7C7. Windows color (decimal): -5384258 or 12507053. OLE color: 12507053.
HSL color Cylindrical-coordinate representation of color #ADD7BE: hue angle of 144.29º 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 #ADD7BE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 190 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.16 |
| HSL | 144.29º | 0.34% | 0.76% | - |
| HSV(B) | 144.29º | 0.2% | 0.84% | - |
| XYZ | 50.83 | 61.2 | 57.85 | - |
| YUV | 199.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 190 | 0.20 | 0 | 0.12 | 0.16 | 144.29 | 0.34 | 0.76 |
| Hex | AD | D7 | BE | 14 | 0 | C | 10 | 90 | 22 | 4C |
| Octal | 255 | 327 | 276 | 24 | 0 | 14 | 20 | 220 | 42 | 114 |
| Binary | 10101101 | 11010111 | 10111110 | 10100 | 0 | 1100 | 10000 | 10010000 | 100010 | 1001100 |
Color Harmonies of #ADD7BE
Complementary color
Monochromatic Colors of #ADD7BE
Black with #ADD7BE
Text Example
Text Example
White with #ADD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7BE; }
p { color: rgb(173,215,190); }
H1.HeaderClassName
{
color: #ADD7BE;
}
.AnyTagClassName
{
color: #ADD7BE;
}
</style>
background-color css
<style>
a { background-color: #ADD7BE; }
a { background-color: rgb(173,215,190); }
div.DivClassName
{
background-color: #ADD7BE;
}
.BgClassName
{
background-color: #ADD7BE;
}
</style>
border-color css
<style>
span { border-color: #ADD7BE; }
span { border-color: rgb(173,215,190); }
td.TdClassName
{
border-color: #ADD7BE;
}
.TagClassName
{
border-color: #ADD7BE;
}
</style>