Shades of Sinbad #A0DACC
Tints of Sinbad #A0DACC
RGB
CMYK
RGB Variations
Color information
#A0DACC (or 0xA0DACC) is known color: Sinbad. HEX triplet: A0, DA and CC. RGB value is (160,218,204). Sum of RGB (Red+Green+Blue) = 160+218+204=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DACC is #5F2533. Grayscale: #C7C7C7. Windows color (decimal): -6235444 or 13425312. OLE color: 13425312.
HSL color Cylindrical-coordinate representation of color #A0DACC: hue angle of 165.52º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DACC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 204 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.15 |
| HSL | 165.52º | 0.44% | 0.74% | - |
| HSV(B) | 165.52º | 0.27% | 0.85% | - |
| XYZ | 50.47 | 61.98 | 66.43 | - |
| YUV | 199.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 204 | 0.27 | 0 | 0.06 | 0.15 | 165.52 | 0.44 | 0.74 |
| Hex | A0 | DA | CC | 1B | 0 | 6 | F | A6 | 2C | 4A |
| Octal | 240 | 332 | 314 | 33 | 0 | 6 | 17 | 246 | 54 | 112 |
| Binary | 10100000 | 11011010 | 11001100 | 11011 | 0 | 110 | 1111 | 10100110 | 101100 | 1001010 |
Color Harmonies of #A0DACC
Complementary color
Monochromatic Colors of #A0DACC
Black with #A0DACC
Text Example
Text Example
White with #A0DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DACC; }
p { color: rgb(160,218,204); }
H1.HeaderClassName
{
color: #A0DACC;
}
.AnyTagClassName
{
color: #A0DACC;
}
</style>
background-color css
<style>
a { background-color: #A0DACC; }
a { background-color: rgb(160,218,204); }
div.DivClassName
{
background-color: #A0DACC;
}
.BgClassName
{
background-color: #A0DACC;
}
</style>
border-color css
<style>
span { border-color: #A0DACC; }
span { border-color: rgb(160,218,204); }
td.TdClassName
{
border-color: #A0DACC;
}
.TagClassName
{
border-color: #A0DACC;
}
</style>