Shades of Nebula #ADD1BE
Tints of Nebula #ADD1BE
RGB
CMYK
RGB Variations
Color information
#ADD1BE (or 0xADD1BE) is known color: Nebula. HEX triplet: AD, D1 and BE. RGB value is (173,209,190). Sum of RGB (Red+Green+Blue) = 173+209+190=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1BE is #522E41. Grayscale: #C4C4C4. Windows color (decimal): -5385794 or 12505517. OLE color: 12505517.
HSL color Cylindrical-coordinate representation of color #ADD1BE: hue angle of 148.33º degrees, saturation: 0.28, 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 #ADD1BE is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 190 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.18 |
| HSL | 148.33º | 0.28% | 0.75% | - |
| HSV(B) | 148.33º | 0.17% | 0.82% | - |
| XYZ | 49.33 | 58.2 | 57.35 | - |
| YUV | 196.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 190 | 0.17 | 0 | 0.09 | 0.18 | 148.33 | 0.28 | 0.75 |
| Hex | AD | D1 | BE | 11 | 0 | 9 | 12 | 94 | 1C | 4B |
| Octal | 255 | 321 | 276 | 21 | 0 | 11 | 22 | 224 | 34 | 113 |
| Binary | 10101101 | 11010001 | 10111110 | 10001 | 0 | 1001 | 10010 | 10010100 | 11100 | 1001011 |
Color Harmonies of #ADD1BE
Complementary color
Monochromatic Colors of #ADD1BE
Black with #ADD1BE
Text Example
Text Example
White with #ADD1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1BE; }
p { color: rgb(173,209,190); }
H1.HeaderClassName
{
color: #ADD1BE;
}
.AnyTagClassName
{
color: #ADD1BE;
}
</style>
background-color css
<style>
a { background-color: #ADD1BE; }
a { background-color: rgb(173,209,190); }
div.DivClassName
{
background-color: #ADD1BE;
}
.BgClassName
{
background-color: #ADD1BE;
}
</style>
border-color css
<style>
span { border-color: #ADD1BE; }
span { border-color: rgb(173,209,190); }
td.TdClassName
{
border-color: #ADD1BE;
}
.TagClassName
{
border-color: #ADD1BE;
}
</style>