Shades of Sinbad #A0DBD3
Tints of Sinbad #A0DBD3
RGB
CMYK
RGB Variations
Color information
#A0DBD3 (or 0xA0DBD3) is known color: Sinbad. HEX triplet: A0, DB and D3. RGB value is (160,219,211). Sum of RGB (Red+Green+Blue) = 160+219+211=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBD3 is #5F242C. Grayscale: #C8C8C8. Windows color (decimal): -6235181 or 13884320. OLE color: 13884320.
HSL color Cylindrical-coordinate representation of color #A0DBD3: hue angle of 171.86º 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 #A0DBD3 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 211 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.14 |
| HSL | 171.86º | 0.45% | 0.74% | - |
| HSV(B) | 171.86º | 0.27% | 0.86% | - |
| XYZ | 51.59 | 62.84 | 71.04 | - |
| YUV | 200.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 211 | 0.27 | 0 | 0.04 | 0.14 | 171.86 | 0.45 | 0.74 |
| Hex | A0 | DB | D3 | 1B | 0 | 4 | E | AC | 2D | 4A |
| Octal | 240 | 333 | 323 | 33 | 0 | 4 | 16 | 254 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11010011 | 11011 | 0 | 100 | 1110 | 10101100 | 101101 | 1001010 |
Color Harmonies of #A0DBD3
Complementary color
Monochromatic Colors of #A0DBD3
Black with #A0DBD3
Text Example
Text Example
White with #A0DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBD3; }
p { color: rgb(160,219,211); }
H1.HeaderClassName
{
color: #A0DBD3;
}
.AnyTagClassName
{
color: #A0DBD3;
}
</style>
background-color css
<style>
a { background-color: #A0DBD3; }
a { background-color: rgb(160,219,211); }
div.DivClassName
{
background-color: #A0DBD3;
}
.BgClassName
{
background-color: #A0DBD3;
}
</style>
border-color css
<style>
span { border-color: #A0DBD3; }
span { border-color: rgb(160,219,211); }
td.TdClassName
{
border-color: #A0DBD3;
}
.TagClassName
{
border-color: #A0DBD3;
}
</style>