Shades of Nebula #ADD7BD
Tints of Nebula #ADD7BD
RGB
CMYK
RGB Variations
Color information
#ADD7BD (or 0xADD7BD) is known color: Nebula. HEX triplet: AD, D7 and BD. RGB value is (173,215,189). Sum of RGB (Red+Green+Blue) = 173+215+189=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7BD is #522842. Grayscale: #C7C7C7. Windows color (decimal): -5384259 or 12441517. OLE color: 12441517.
HSL color Cylindrical-coordinate representation of color #ADD7BD: hue angle of 142.86º 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 #ADD7BD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 189 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.16 |
| HSL | 142.86º | 0.34% | 0.76% | - |
| HSV(B) | 142.86º | 0.2% | 0.84% | - |
| XYZ | 50.72 | 61.16 | 57.28 | - |
| YUV | 199.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 189 | 0.20 | 0 | 0.12 | 0.16 | 142.86 | 0.34 | 0.76 |
| Hex | AD | D7 | BD | 14 | 0 | C | 10 | 8F | 22 | 4C |
| Octal | 255 | 327 | 275 | 24 | 0 | 14 | 20 | 217 | 42 | 114 |
| Binary | 10101101 | 11010111 | 10111101 | 10100 | 0 | 1100 | 10000 | 10001111 | 100010 | 1001100 |
Color Harmonies of #ADD7BD
Complementary color
Monochromatic Colors of #ADD7BD
Black with #ADD7BD
Text Example
Text Example
White with #ADD7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7BD; }
p { color: rgb(173,215,189); }
H1.HeaderClassName
{
color: #ADD7BD;
}
.AnyTagClassName
{
color: #ADD7BD;
}
</style>
background-color css
<style>
a { background-color: #ADD7BD; }
a { background-color: rgb(173,215,189); }
div.DivClassName
{
background-color: #ADD7BD;
}
.BgClassName
{
background-color: #ADD7BD;
}
</style>
border-color css
<style>
span { border-color: #ADD7BD; }
span { border-color: rgb(173,215,189); }
td.TdClassName
{
border-color: #ADD7BD;
}
.TagClassName
{
border-color: #ADD7BD;
}
</style>