Shades of Nebula #ADD0BD
Tints of Nebula #ADD0BD
RGB
CMYK
RGB Variations
Color information
#ADD0BD (or 0xADD0BD) is known color: Nebula. HEX triplet: AD, D0 and BD. RGB value is (173,208,189). Sum of RGB (Red+Green+Blue) = 173+208+189=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0BD is #522F42. Grayscale: #C3C3C3. Windows color (decimal): -5386051 or 12439725. OLE color: 12439725.
HSL color Cylindrical-coordinate representation of color #ADD0BD: hue angle of 147.43º 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 #ADD0BD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 189 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.18 |
| HSL | 147.43º | 0.27% | 0.75% | - |
| HSV(B) | 147.43º | 0.17% | 0.82% | - |
| XYZ | 48.97 | 57.67 | 56.69 | - |
| YUV | 195.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 189 | 0.17 | 0 | 0.09 | 0.18 | 147.43 | 0.27 | 0.75 |
| Hex | AD | D0 | BD | 11 | 0 | 9 | 12 | 93 | 1B | 4B |
| Octal | 255 | 320 | 275 | 21 | 0 | 11 | 22 | 223 | 33 | 113 |
| Binary | 10101101 | 11010000 | 10111101 | 10001 | 0 | 1001 | 10010 | 10010011 | 11011 | 1001011 |
Color Harmonies of #ADD0BD
Complementary color
Monochromatic Colors of #ADD0BD
Black with #ADD0BD
Text Example
Text Example
White with #ADD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0BD; }
p { color: rgb(173,208,189); }
H1.HeaderClassName
{
color: #ADD0BD;
}
.AnyTagClassName
{
color: #ADD0BD;
}
</style>
background-color css
<style>
a { background-color: #ADD0BD; }
a { background-color: rgb(173,208,189); }
div.DivClassName
{
background-color: #ADD0BD;
}
.BgClassName
{
background-color: #ADD0BD;
}
</style>
border-color css
<style>
span { border-color: #ADD0BD; }
span { border-color: rgb(173,208,189); }
td.TdClassName
{
border-color: #ADD0BD;
}
.TagClassName
{
border-color: #ADD0BD;
}
</style>