Shades of Nebula #ADD3BE
Tints of Nebula #ADD3BE
RGB
CMYK
RGB Variations
Color information
#ADD3BE (or 0xADD3BE) is known color: Nebula. HEX triplet: AD, D3 and BE. RGB value is (173,211,190). Sum of RGB (Red+Green+Blue) = 173+211+190=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3BE is #522C41. Grayscale: #C5C5C5. Windows color (decimal): -5385282 or 12506029. OLE color: 12506029.
HSL color Cylindrical-coordinate representation of color #ADD3BE: hue angle of 146.84º 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 #ADD3BE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 190 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.17 |
| HSL | 146.84º | 0.3% | 0.75% | - |
| HSV(B) | 146.84º | 0.18% | 0.83% | - |
| XYZ | 49.82 | 59.19 | 57.51 | - |
| YUV | 197.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 190 | 0.18 | 0 | 0.10 | 0.17 | 146.84 | 0.3 | 0.75 |
| Hex | AD | D3 | BE | 12 | 0 | A | 11 | 93 | 1E | 4B |
| Octal | 255 | 323 | 276 | 22 | 0 | 12 | 21 | 223 | 36 | 113 |
| Binary | 10101101 | 11010011 | 10111110 | 10010 | 0 | 1010 | 10001 | 10010011 | 11110 | 1001011 |
Color Harmonies of #ADD3BE
Complementary color
Monochromatic Colors of #ADD3BE
Black with #ADD3BE
Text Example
Text Example
White with #ADD3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3BE; }
p { color: rgb(173,211,190); }
H1.HeaderClassName
{
color: #ADD3BE;
}
.AnyTagClassName
{
color: #ADD3BE;
}
</style>
background-color css
<style>
a { background-color: #ADD3BE; }
a { background-color: rgb(173,211,190); }
div.DivClassName
{
background-color: #ADD3BE;
}
.BgClassName
{
background-color: #ADD3BE;
}
</style>
border-color css
<style>
span { border-color: #ADD3BE; }
span { border-color: rgb(173,211,190); }
td.TdClassName
{
border-color: #ADD3BE;
}
.TagClassName
{
border-color: #ADD3BE;
}
</style>