Shades of Nebula #ABD6C0
Tints of Nebula #ABD6C0
RGB
CMYK
RGB Variations
Color information
#ABD6C0 (or 0xABD6C0) is known color: Nebula. HEX triplet: AB, D6 and C0. RGB value is (171,214,192). Sum of RGB (Red+Green+Blue) = 171+214+192=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6C0 is #54293F. Grayscale: #C6C6C6. Windows color (decimal): -5515584 or 12637867. OLE color: 12637867.
HSL color Cylindrical-coordinate representation of color #ABD6C0: hue angle of 149.3º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6C0 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 192 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.16 |
| HSL | 149.3º | 0.34% | 0.75% | - |
| HSV(B) | 149.3º | 0.2% | 0.84% | - |
| XYZ | 50.36 | 60.56 | 58.9 | - |
| YUV | 198.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 192 | 0.20 | 0 | 0.10 | 0.16 | 149.3 | 0.34 | 0.75 |
| Hex | AB | D6 | C0 | 14 | 0 | A | 10 | 95 | 22 | 4B |
| Octal | 253 | 326 | 300 | 24 | 0 | 12 | 20 | 225 | 42 | 113 |
| Binary | 10101011 | 11010110 | 11000000 | 10100 | 0 | 1010 | 10000 | 10010101 | 100010 | 1001011 |
Color Harmonies of #ABD6C0
Complementary color
Monochromatic Colors of #ABD6C0
Black with #ABD6C0
Text Example
Text Example
White with #ABD6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD6C0; }
p { color: rgb(171,214,192); }
H1.HeaderClassName
{
color: #ABD6C0;
}
.AnyTagClassName
{
color: #ABD6C0;
}
</style>
background-color css
<style>
a { background-color: #ABD6C0; }
a { background-color: rgb(171,214,192); }
div.DivClassName
{
background-color: #ABD6C0;
}
.BgClassName
{
background-color: #ABD6C0;
}
</style>
border-color css
<style>
span { border-color: #ABD6C0; }
span { border-color: rgb(171,214,192); }
td.TdClassName
{
border-color: #ABD6C0;
}
.TagClassName
{
border-color: #ABD6C0;
}
</style>