Shades of Nebula #ADD8BD
Tints of Nebula #ADD8BD
RGB
CMYK
RGB Variations
Color information
#ADD8BD (or 0xADD8BD) is known color: Nebula. HEX triplet: AD, D8 and BD. RGB value is (173,216,189). Sum of RGB (Red+Green+Blue) = 173+216+189=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8BD is #522742. Grayscale: #C8C8C8. Windows color (decimal): -5384003 or 12441773. OLE color: 12441773.
HSL color Cylindrical-coordinate representation of color #ADD8BD: hue angle of 142.33º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8BD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 189 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.15 |
| HSL | 142.33º | 0.36% | 0.76% | - |
| HSV(B) | 142.33º | 0.2% | 0.85% | - |
| XYZ | 50.97 | 61.67 | 57.36 | - |
| YUV | 200.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 189 | 0.20 | 0 | 0.12 | 0.15 | 142.33 | 0.36 | 0.76 |
| Hex | AD | D8 | BD | 14 | 0 | C | F | 8E | 24 | 4C |
| Octal | 255 | 330 | 275 | 24 | 0 | 14 | 17 | 216 | 44 | 114 |
| Binary | 10101101 | 11011000 | 10111101 | 10100 | 0 | 1100 | 1111 | 10001110 | 100100 | 1001100 |
Color Harmonies of #ADD8BD
Complementary color
Monochromatic Colors of #ADD8BD
Black with #ADD8BD
Text Example
Text Example
White with #ADD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8BD; }
p { color: rgb(173,216,189); }
H1.HeaderClassName
{
color: #ADD8BD;
}
.AnyTagClassName
{
color: #ADD8BD;
}
</style>
background-color css
<style>
a { background-color: #ADD8BD; }
a { background-color: rgb(173,216,189); }
div.DivClassName
{
background-color: #ADD8BD;
}
.BgClassName
{
background-color: #ADD8BD;
}
</style>
border-color css
<style>
span { border-color: #ADD8BD; }
span { border-color: rgb(173,216,189); }
td.TdClassName
{
border-color: #ADD8BD;
}
.TagClassName
{
border-color: #ADD8BD;
}
</style>