Shades of Nebula #ADD4C0
Tints of Nebula #ADD4C0
RGB
CMYK
RGB Variations
Color information
#ADD4C0 (or 0xADD4C0) is known color: Nebula. HEX triplet: AD, D4 and C0. RGB value is (173,212,192). Sum of RGB (Red+Green+Blue) = 173+212+192=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4C0 is #522B3F. Grayscale: #C6C6C6. Windows color (decimal): -5385024 or 12637357. OLE color: 12637357.
HSL color Cylindrical-coordinate representation of color #ADD4C0: hue angle of 149.23º degrees, saturation: 0.31, 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 #ADD4C0 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 192 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.17 |
| HSL | 149.23º | 0.31% | 0.75% | - |
| HSV(B) | 149.23º | 0.18% | 0.83% | - |
| XYZ | 50.29 | 59.78 | 58.76 | - |
| YUV | 198.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 192 | 0.18 | 0 | 0.09 | 0.17 | 149.23 | 0.31 | 0.75 |
| Hex | AD | D4 | C0 | 12 | 0 | 9 | 11 | 95 | 1F | 4B |
| Octal | 255 | 324 | 300 | 22 | 0 | 11 | 21 | 225 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11000000 | 10010 | 0 | 1001 | 10001 | 10010101 | 11111 | 1001011 |
Color Harmonies of #ADD4C0
Complementary color
Monochromatic Colors of #ADD4C0
Black with #ADD4C0
Text Example
Text Example
White with #ADD4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4C0; }
p { color: rgb(173,212,192); }
H1.HeaderClassName
{
color: #ADD4C0;
}
.AnyTagClassName
{
color: #ADD4C0;
}
</style>
background-color css
<style>
a { background-color: #ADD4C0; }
a { background-color: rgb(173,212,192); }
div.DivClassName
{
background-color: #ADD4C0;
}
.BgClassName
{
background-color: #ADD4C0;
}
</style>
border-color css
<style>
span { border-color: #ADD4C0; }
span { border-color: rgb(173,212,192); }
td.TdClassName
{
border-color: #ADD4C0;
}
.TagClassName
{
border-color: #ADD4C0;
}
</style>