Shades of Nebula #ADD3BD
Tints of Nebula #ADD3BD
RGB
CMYK
RGB Variations
Color information
#ADD3BD (or 0xADD3BD) is known color: Nebula. HEX triplet: AD, D3 and BD. RGB value is (173,211,189). Sum of RGB (Red+Green+Blue) = 173+211+189=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3BD is #522C42. Grayscale: #C5C5C5. Windows color (decimal): -5385283 or 12440493. OLE color: 12440493.
HSL color Cylindrical-coordinate representation of color #ADD3BD: hue angle of 145.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3BD is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 189 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.17 |
| HSL | 145.26º | 0.3% | 0.75% | - |
| HSV(B) | 145.26º | 0.18% | 0.83% | - |
| XYZ | 49.71 | 59.15 | 56.94 | - |
| YUV | 197.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 189 | 0.18 | 0 | 0.10 | 0.17 | 145.26 | 0.3 | 0.75 |
| Hex | AD | D3 | BD | 12 | 0 | A | 11 | 91 | 1E | 4B |
| Octal | 255 | 323 | 275 | 22 | 0 | 12 | 21 | 221 | 36 | 113 |
| Binary | 10101101 | 11010011 | 10111101 | 10010 | 0 | 1010 | 10001 | 10010001 | 11110 | 1001011 |
Color Harmonies of #ADD3BD
Complementary color
Monochromatic Colors of #ADD3BD
Black with #ADD3BD
Text Example
Text Example
White with #ADD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3BD; }
p { color: rgb(173,211,189); }
H1.HeaderClassName
{
color: #ADD3BD;
}
.AnyTagClassName
{
color: #ADD3BD;
}
</style>
background-color css
<style>
a { background-color: #ADD3BD; }
a { background-color: rgb(173,211,189); }
div.DivClassName
{
background-color: #ADD3BD;
}
.BgClassName
{
background-color: #ADD3BD;
}
</style>
border-color css
<style>
span { border-color: #ADD3BD; }
span { border-color: rgb(173,211,189); }
td.TdClassName
{
border-color: #ADD3BD;
}
.TagClassName
{
border-color: #ADD3BD;
}
</style>