Shades of Nebula #ABD0BB
Tints of Nebula #ABD0BB
RGB
CMYK
RGB Variations
Color information
#ABD0BB (or 0xABD0BB) is known color: Nebula. HEX triplet: AB, D0 and BB. RGB value is (171,208,187). Sum of RGB (Red+Green+Blue) = 171+208+187=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0BB is #542F44. Grayscale: #C2C2C2. Windows color (decimal): -5517125 or 12308651. OLE color: 12308651.
HSL color Cylindrical-coordinate representation of color #ABD0BB: hue angle of 145.95º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD0BB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 208 | 187 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.18 |
| HSL | 145.95º | 0.28% | 0.74% | - |
| HSV(B) | 145.95º | 0.18% | 0.82% | - |
| XYZ | 48.32 | 57.36 | 55.54 | - |
| YUV | 194.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 208 | 187 | 0.18 | 0 | 0.10 | 0.18 | 145.95 | 0.28 | 0.74 |
| Hex | AB | D0 | BB | 12 | 0 | A | 12 | 92 | 1C | 4A |
| Octal | 253 | 320 | 273 | 22 | 0 | 12 | 22 | 222 | 34 | 112 |
| Binary | 10101011 | 11010000 | 10111011 | 10010 | 0 | 1010 | 10010 | 10010010 | 11100 | 1001010 |
Color Harmonies of #ABD0BB
Complementary color
Monochromatic Colors of #ABD0BB
Black with #ABD0BB
Text Example
Text Example
White with #ABD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD0BB; }
p { color: rgb(171,208,187); }
H1.HeaderClassName
{
color: #ABD0BB;
}
.AnyTagClassName
{
color: #ABD0BB;
}
</style>
background-color css
<style>
a { background-color: #ABD0BB; }
a { background-color: rgb(171,208,187); }
div.DivClassName
{
background-color: #ABD0BB;
}
.BgClassName
{
background-color: #ABD0BB;
}
</style>
border-color css
<style>
span { border-color: #ABD0BB; }
span { border-color: rgb(171,208,187); }
td.TdClassName
{
border-color: #ABD0BB;
}
.TagClassName
{
border-color: #ABD0BB;
}
</style>