Shades of Nebula #ABD1BA
Tints of Nebula #ABD1BA
RGB
CMYK
RGB Variations
Color information
#ABD1BA (or 0xABD1BA) is known color: Nebula. HEX triplet: AB, D1 and BA. RGB value is (171,209,186). Sum of RGB (Red+Green+Blue) = 171+209+186=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1BA is #542E45. Grayscale: #C3C3C3. Windows color (decimal): -5516870 or 12243371. OLE color: 12243371.
HSL color Cylindrical-coordinate representation of color #ABD1BA: hue angle of 143.68º 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 #ABD1BA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 209 | 186 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.18 |
| HSL | 143.68º | 0.29% | 0.75% | - |
| HSV(B) | 143.68º | 0.18% | 0.82% | - |
| XYZ | 48.46 | 57.8 | 55.06 | - |
| YUV | 195.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 209 | 186 | 0.18 | 0 | 0.11 | 0.18 | 143.68 | 0.29 | 0.75 |
| Hex | AB | D1 | BA | 12 | 0 | B | 12 | 90 | 1D | 4B |
| Octal | 253 | 321 | 272 | 22 | 0 | 13 | 22 | 220 | 35 | 113 |
| Binary | 10101011 | 11010001 | 10111010 | 10010 | 0 | 1011 | 10010 | 10010000 | 11101 | 1001011 |
Color Harmonies of #ABD1BA
Complementary color
Monochromatic Colors of #ABD1BA
Black with #ABD1BA
Text Example
Text Example
White with #ABD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD1BA; }
p { color: rgb(171,209,186); }
H1.HeaderClassName
{
color: #ABD1BA;
}
.AnyTagClassName
{
color: #ABD1BA;
}
</style>
background-color css
<style>
a { background-color: #ABD1BA; }
a { background-color: rgb(171,209,186); }
div.DivClassName
{
background-color: #ABD1BA;
}
.BgClassName
{
background-color: #ABD1BA;
}
</style>
border-color css
<style>
span { border-color: #ABD1BA; }
span { border-color: rgb(171,209,186); }
td.TdClassName
{
border-color: #ABD1BA;
}
.TagClassName
{
border-color: #ABD1BA;
}
</style>