Shades of Nebula #ADDAC0
Tints of Nebula #ADDAC0
RGB
CMYK
RGB Variations
Color information
#ADDAC0 (or 0xADDAC0) is known color: Nebula. HEX triplet: AD, DA and C0. RGB value is (173,218,192). Sum of RGB (Red+Green+Blue) = 173+218+192=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAC0 is #52253F. Grayscale: #C9C9C9. Windows color (decimal): -5383488 or 12638893. OLE color: 12638893.
HSL color Cylindrical-coordinate representation of color #ADDAC0: hue angle of 145.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAC0 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 192 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.15 |
| HSL | 145.33º | 0.38% | 0.77% | - |
| HSV(B) | 145.33º | 0.21% | 0.85% | - |
| XYZ | 51.82 | 62.83 | 59.27 | - |
| YUV | 201.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 192 | 0.21 | 0 | 0.12 | 0.15 | 145.33 | 0.38 | 0.77 |
| Hex | AD | DA | C0 | 15 | 0 | C | F | 91 | 26 | 4D |
| Octal | 255 | 332 | 300 | 25 | 0 | 14 | 17 | 221 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11000000 | 10101 | 0 | 1100 | 1111 | 10010001 | 100110 | 1001101 |
Color Harmonies of #ADDAC0
Complementary color
Monochromatic Colors of #ADDAC0
Black with #ADDAC0
Text Example
Text Example
White with #ADDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAC0; }
p { color: rgb(173,218,192); }
H1.HeaderClassName
{
color: #ADDAC0;
}
.AnyTagClassName
{
color: #ADDAC0;
}
</style>
background-color css
<style>
a { background-color: #ADDAC0; }
a { background-color: rgb(173,218,192); }
div.DivClassName
{
background-color: #ADDAC0;
}
.BgClassName
{
background-color: #ADDAC0;
}
</style>
border-color css
<style>
span { border-color: #ADDAC0; }
span { border-color: rgb(173,218,192); }
td.TdClassName
{
border-color: #ADDAC0;
}
.TagClassName
{
border-color: #ADDAC0;
}
</style>