Shades of Nebula #ADD6BE
Tints of Nebula #ADD6BE
RGB
CMYK
RGB Variations
Color information
#ADD6BE (or 0xADD6BE) is known color: Nebula. HEX triplet: AD, D6 and BE. RGB value is (173,214,190). Sum of RGB (Red+Green+Blue) = 173+214+190=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6BE is #522941. Grayscale: #C7C7C7. Windows color (decimal): -5384514 or 12506797. OLE color: 12506797.
HSL color Cylindrical-coordinate representation of color #ADD6BE: hue angle of 144.88º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6BE is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 190 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.16 |
| HSL | 144.88º | 0.33% | 0.76% | - |
| HSV(B) | 144.88º | 0.19% | 0.84% | - |
| XYZ | 50.57 | 60.7 | 57.76 | - |
| YUV | 199.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 190 | 0.19 | 0 | 0.11 | 0.16 | 144.88 | 0.33 | 0.76 |
| Hex | AD | D6 | BE | 13 | 0 | B | 10 | 91 | 21 | 4C |
| Octal | 255 | 326 | 276 | 23 | 0 | 13 | 20 | 221 | 41 | 114 |
| Binary | 10101101 | 11010110 | 10111110 | 10011 | 0 | 1011 | 10000 | 10010001 | 100001 | 1001100 |
Color Harmonies of #ADD6BE
Complementary color
Monochromatic Colors of #ADD6BE
Black with #ADD6BE
Text Example
Text Example
White with #ADD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6BE; }
p { color: rgb(173,214,190); }
H1.HeaderClassName
{
color: #ADD6BE;
}
.AnyTagClassName
{
color: #ADD6BE;
}
</style>
background-color css
<style>
a { background-color: #ADD6BE; }
a { background-color: rgb(173,214,190); }
div.DivClassName
{
background-color: #ADD6BE;
}
.BgClassName
{
background-color: #ADD6BE;
}
</style>
border-color css
<style>
span { border-color: #ADD6BE; }
span { border-color: rgb(173,214,190); }
td.TdClassName
{
border-color: #ADD6BE;
}
.TagClassName
{
border-color: #ADD6BE;
}
</style>