Shades of Nebula #ADD6BF
Tints of Nebula #ADD6BF
RGB
CMYK
RGB Variations
Color information
#ADD6BF (or 0xADD6BF) is known color: Nebula. HEX triplet: AD, D6 and BF. RGB value is (173,214,191). Sum of RGB (Red+Green+Blue) = 173+214+191=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6BF is #522940. Grayscale: #C7C7C7. Windows color (decimal): -5384513 or 12572333. OLE color: 12572333.
HSL color Cylindrical-coordinate representation of color #ADD6BF: hue angle of 146.34º 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 #ADD6BF is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 191 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.16 |
| HSL | 146.34º | 0.33% | 0.76% | - |
| HSV(B) | 146.34º | 0.19% | 0.84% | - |
| XYZ | 50.68 | 60.74 | 58.34 | - |
| YUV | 199.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 191 | 0.19 | 0 | 0.11 | 0.16 | 146.34 | 0.33 | 0.76 |
| Hex | AD | D6 | BF | 13 | 0 | B | 10 | 92 | 21 | 4C |
| Octal | 255 | 326 | 277 | 23 | 0 | 13 | 20 | 222 | 41 | 114 |
| Binary | 10101101 | 11010110 | 10111111 | 10011 | 0 | 1011 | 10000 | 10010010 | 100001 | 1001100 |
Color Harmonies of #ADD6BF
Complementary color
Monochromatic Colors of #ADD6BF
Black with #ADD6BF
Text Example
Text Example
White with #ADD6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6BF; }
p { color: rgb(173,214,191); }
H1.HeaderClassName
{
color: #ADD6BF;
}
.AnyTagClassName
{
color: #ADD6BF;
}
</style>
background-color css
<style>
a { background-color: #ADD6BF; }
a { background-color: rgb(173,214,191); }
div.DivClassName
{
background-color: #ADD6BF;
}
.BgClassName
{
background-color: #ADD6BF;
}
</style>
border-color css
<style>
span { border-color: #ADD6BF; }
span { border-color: rgb(173,214,191); }
td.TdClassName
{
border-color: #ADD6BF;
}
.TagClassName
{
border-color: #ADD6BF;
}
</style>