Shades of Nebula #ABD2C0
Tints of Nebula #ABD2C0
RGB
CMYK
RGB Variations
Color information
#ABD2C0 (or 0xABD2C0) is known color: Nebula. HEX triplet: AB, D2 and C0. RGB value is (171,210,192). Sum of RGB (Red+Green+Blue) = 171+210+192=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2C0 is #542D3F. Grayscale: #C4C4C4. Windows color (decimal): -5516608 or 12636843. OLE color: 12636843.
HSL color Cylindrical-coordinate representation of color #ABD2C0: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2C0 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 192 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.18 |
| HSL | 152.31º | 0.3% | 0.75% | - |
| HSV(B) | 152.31º | 0.19% | 0.82% | - |
| XYZ | 49.36 | 58.56 | 58.57 | - |
| YUV | 196.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 192 | 0.19 | 0 | 0.09 | 0.18 | 152.31 | 0.3 | 0.75 |
| Hex | AB | D2 | C0 | 13 | 0 | 9 | 12 | 98 | 1E | 4B |
| Octal | 253 | 322 | 300 | 23 | 0 | 11 | 22 | 230 | 36 | 113 |
| Binary | 10101011 | 11010010 | 11000000 | 10011 | 0 | 1001 | 10010 | 10011000 | 11110 | 1001011 |
Color Harmonies of #ABD2C0
Complementary color
Monochromatic Colors of #ABD2C0
Black with #ABD2C0
Text Example
Text Example
White with #ABD2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD2C0; }
p { color: rgb(171,210,192); }
H1.HeaderClassName
{
color: #ABD2C0;
}
.AnyTagClassName
{
color: #ABD2C0;
}
</style>
background-color css
<style>
a { background-color: #ABD2C0; }
a { background-color: rgb(171,210,192); }
div.DivClassName
{
background-color: #ABD2C0;
}
.BgClassName
{
background-color: #ABD2C0;
}
</style>
border-color css
<style>
span { border-color: #ABD2C0; }
span { border-color: rgb(171,210,192); }
td.TdClassName
{
border-color: #ABD2C0;
}
.TagClassName
{
border-color: #ABD2C0;
}
</style>