Shades of Sinbad #A0DBCD
Tints of Sinbad #A0DBCD
RGB
CMYK
RGB Variations
Color information
#A0DBCD (or 0xA0DBCD) is known color: Sinbad. HEX triplet: A0, DB and CD. RGB value is (160,219,205). Sum of RGB (Red+Green+Blue) = 160+219+205=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBCD is #5F2432. Grayscale: #C7C7C7. Windows color (decimal): -6235187 or 13491104. OLE color: 13491104.
HSL color Cylindrical-coordinate representation of color #A0DBCD: hue angle of 165.76º 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 #A0DBCD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 205 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.14 |
| HSL | 165.76º | 0.45% | 0.74% | - |
| HSV(B) | 165.76º | 0.27% | 0.86% | - |
| XYZ | 50.85 | 62.54 | 67.15 | - |
| YUV | 199.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 205 | 0.27 | 0 | 0.06 | 0.14 | 165.76 | 0.45 | 0.74 |
| Hex | A0 | DB | CD | 1B | 0 | 6 | E | A6 | 2D | 4A |
| Octal | 240 | 333 | 315 | 33 | 0 | 6 | 16 | 246 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11001101 | 11011 | 0 | 110 | 1110 | 10100110 | 101101 | 1001010 |
Color Harmonies of #A0DBCD
Complementary color
Monochromatic Colors of #A0DBCD
Black with #A0DBCD
Text Example
Text Example
White with #A0DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBCD; }
p { color: rgb(160,219,205); }
H1.HeaderClassName
{
color: #A0DBCD;
}
.AnyTagClassName
{
color: #A0DBCD;
}
</style>
background-color css
<style>
a { background-color: #A0DBCD; }
a { background-color: rgb(160,219,205); }
div.DivClassName
{
background-color: #A0DBCD;
}
.BgClassName
{
background-color: #A0DBCD;
}
</style>
border-color css
<style>
span { border-color: #A0DBCD; }
span { border-color: rgb(160,219,205); }
td.TdClassName
{
border-color: #A0DBCD;
}
.TagClassName
{
border-color: #A0DBCD;
}
</style>