Shades of Sinbad #A0DBD1
Tints of Sinbad #A0DBD1
RGB
CMYK
RGB Variations
Color information
#A0DBD1 (or 0xA0DBD1) is known color: Sinbad. HEX triplet: A0, DB and D1. RGB value is (160,219,209). Sum of RGB (Red+Green+Blue) = 160+219+209=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBD1 is #5F242E. Grayscale: #C8C8C8. Windows color (decimal): -6235183 or 13753248. OLE color: 13753248.
HSL color Cylindrical-coordinate representation of color #A0DBD1: hue angle of 169.83º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBD1 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 160 | 219 | 209 | - |
CMYK | 0.27 | 0 | 0.05 | 0.14 |
HSL | 169.83º | 0.45% | 0.74% | - |
HSV(B) | 169.83º | 0.27% | 0.86% | - |
XYZ | 51.34 | 62.74 | 69.73 | - |
YUV | 200.22 | 132.95 | 99.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 219 | 209 | 0.27 | 0 | 0.05 | 0.14 | 169.83 | 0.45 | 0.74 |
Hex | A0 | DB | D1 | 1B | 0 | 5 | E | AA | 2D | 4A |
Octal | 240 | 333 | 321 | 33 | 0 | 5 | 16 | 252 | 55 | 112 |
Binary | 10100000 | 11011011 | 11010001 | 11011 | 0 | 101 | 1110 | 10101010 | 101101 | 1001010 |
Color Harmonies of #A0DBD1
Complementary color
Monochromatic Colors of #A0DBD1
Black with #A0DBD1
Text Example
Text Example
White with #A0DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBD1; }
p { color: rgb(160,219,209); }
H1.HeaderClassName
{
color: #A0DBD1;
}
.AnyTagClassName
{
color: #A0DBD1;
}
</style>
background-color css
<style>
a { background-color: #A0DBD1; }
a { background-color: rgb(160,219,209); }
div.DivClassName
{
background-color: #A0DBD1;
}
.BgClassName
{
background-color: #A0DBD1;
}
</style>
border-color css
<style>
span { border-color: #A0DBD1; }
span { border-color: rgb(160,219,209); }
td.TdClassName
{
border-color: #A0DBD1;
}
.TagClassName
{
border-color: #A0DBD1;
}
</style>