Shades of Nebula #ABD8C0
Tints of Nebula #ABD8C0
RGB
CMYK
RGB Variations
Color information
#ABD8C0 (or 0xABD8C0) is known color: Nebula. HEX triplet: AB, D8 and C0. RGB value is (171,216,192). Sum of RGB (Red+Green+Blue) = 171+216+192=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8C0 is #54273F. Grayscale: #C7C7C7. Windows color (decimal): -5515072 or 12638379. OLE color: 12638379.
HSL color Cylindrical-coordinate representation of color #ABD8C0: hue angle of 148º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD8C0 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 216 | 192 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.15 |
| HSL | 148º | 0.37% | 0.76% | - |
| HSV(B) | 148º | 0.21% | 0.85% | - |
| XYZ | 50.86 | 61.58 | 59.07 | - |
| YUV | 199.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 192 | 0.21 | 0 | 0.11 | 0.15 | 148 | 0.37 | 0.76 |
| Hex | AB | D8 | C0 | 15 | 0 | B | F | 94 | 25 | 4C |
| Octal | 253 | 330 | 300 | 25 | 0 | 13 | 17 | 224 | 45 | 114 |
| Binary | 10101011 | 11011000 | 11000000 | 10101 | 0 | 1011 | 1111 | 10010100 | 100101 | 1001100 |
Color Harmonies of #ABD8C0
Complementary color
Monochromatic Colors of #ABD8C0
Black with #ABD8C0
Text Example
Text Example
White with #ABD8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD8C0; }
p { color: rgb(171,216,192); }
H1.HeaderClassName
{
color: #ABD8C0;
}
.AnyTagClassName
{
color: #ABD8C0;
}
</style>
background-color css
<style>
a { background-color: #ABD8C0; }
a { background-color: rgb(171,216,192); }
div.DivClassName
{
background-color: #ABD8C0;
}
.BgClassName
{
background-color: #ABD8C0;
}
</style>
border-color css
<style>
span { border-color: #ABD8C0; }
span { border-color: rgb(171,216,192); }
td.TdClassName
{
border-color: #ABD8C0;
}
.TagClassName
{
border-color: #ABD8C0;
}
</style>