Shades of Nebula #ADD2BB
Tints of Nebula #ADD2BB
RGB
CMYK
RGB Variations
Color information
#ADD2BB (or 0xADD2BB) is known color: Nebula. HEX triplet: AD, D2 and BB. RGB value is (173,210,187). Sum of RGB (Red+Green+Blue) = 173+210+187=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2BB is #522D44. Grayscale: #C4C4C4. Windows color (decimal): -5385541 or 12309165. OLE color: 12309165.
HSL color Cylindrical-coordinate representation of color #ADD2BB: hue angle of 142.7º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2BB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 187 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.18 |
| HSL | 142.7º | 0.29% | 0.75% | - |
| HSV(B) | 142.7º | 0.18% | 0.82% | - |
| XYZ | 49.25 | 58.57 | 55.72 | - |
| YUV | 196.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 187 | 0.18 | 0 | 0.11 | 0.18 | 142.7 | 0.29 | 0.75 |
| Hex | AD | D2 | BB | 12 | 0 | B | 12 | 8F | 1D | 4B |
| Octal | 255 | 322 | 273 | 22 | 0 | 13 | 22 | 217 | 35 | 113 |
| Binary | 10101101 | 11010010 | 10111011 | 10010 | 0 | 1011 | 10010 | 10001111 | 11101 | 1001011 |
Color Harmonies of #ADD2BB
Complementary color
Monochromatic Colors of #ADD2BB
Black with #ADD2BB
Text Example
Text Example
White with #ADD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2BB; }
p { color: rgb(173,210,187); }
H1.HeaderClassName
{
color: #ADD2BB;
}
.AnyTagClassName
{
color: #ADD2BB;
}
</style>
background-color css
<style>
a { background-color: #ADD2BB; }
a { background-color: rgb(173,210,187); }
div.DivClassName
{
background-color: #ADD2BB;
}
.BgClassName
{
background-color: #ADD2BB;
}
</style>
border-color css
<style>
span { border-color: #ADD2BB; }
span { border-color: rgb(173,210,187); }
td.TdClassName
{
border-color: #ADD2BB;
}
.TagClassName
{
border-color: #ADD2BB;
}
</style>