Shades of Sinbad #ABD2D1
Tints of Sinbad #ABD2D1
RGB
CMYK
RGB Variations
Color information
#ABD2D1 (or 0xABD2D1) is known color: Sinbad. HEX triplet: AB, D2 and D1. RGB value is (171,210,209). Sum of RGB (Red+Green+Blue) = 171+210+209=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2D1 is #542D2E. Grayscale: #C6C6C6. Windows color (decimal): -5516591 or 13750955. OLE color: 13750955.
HSL color Cylindrical-coordinate representation of color #ABD2D1: hue angle of 178.46º 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 #ABD2D1 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 209 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.18 |
| HSL | 178.46º | 0.3% | 0.75% | - |
| HSV(B) | 178.46º | 0.19% | 0.82% | - |
| XYZ | 51.35 | 59.35 | 69.07 | - |
| YUV | 198.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 209 | 0.19 | 0 | 0.00 | 0.18 | 178.46 | 0.3 | 0.75 |
| Hex | AB | D2 | D1 | 13 | 0 | 0 | 12 | B2 | 1E | 4B |
| Octal | 253 | 322 | 321 | 23 | 0 | 0 | 22 | 262 | 36 | 113 |
| Binary | 10101011 | 11010010 | 11010001 | 10011 | 0 | 0 | 10010 | 10110010 | 11110 | 1001011 |
Color Harmonies of #ABD2D1
Complementary color
Monochromatic Colors of #ABD2D1
Black with #ABD2D1
Text Example
Text Example
White with #ABD2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD2D1; }
p { color: rgb(171,210,209); }
H1.HeaderClassName
{
color: #ABD2D1;
}
.AnyTagClassName
{
color: #ABD2D1;
}
</style>
background-color css
<style>
a { background-color: #ABD2D1; }
a { background-color: rgb(171,210,209); }
div.DivClassName
{
background-color: #ABD2D1;
}
.BgClassName
{
background-color: #ABD2D1;
}
</style>
border-color css
<style>
span { border-color: #ABD2D1; }
span { border-color: rgb(171,210,209); }
td.TdClassName
{
border-color: #ABD2D1;
}
.TagClassName
{
border-color: #ABD2D1;
}
</style>