Shades of Sinbad #A0D6CC
Tints of Sinbad #A0D6CC
RGB
CMYK
RGB Variations
Color information
#A0D6CC (or 0xA0D6CC) is known color: Sinbad. HEX triplet: A0, D6 and CC. RGB value is (160,214,204). Sum of RGB (Red+Green+Blue) = 160+214+204=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D6CC is #5F2933. Grayscale: #C4C4C4. Windows color (decimal): -6236468 or 13424288. OLE color: 13424288.
HSL color Cylindrical-coordinate representation of color #A0D6CC: hue angle of 168.89º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D6CC is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 204 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.16 |
| HSL | 168.89º | 0.4% | 0.73% | - |
| HSV(B) | 168.89º | 0.25% | 0.84% | - |
| XYZ | 49.44 | 59.93 | 66.09 | - |
| YUV | 196.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 204 | 0.25 | 0 | 0.05 | 0.16 | 168.89 | 0.4 | 0.73 |
| Hex | A0 | D6 | CC | 19 | 0 | 5 | 10 | A9 | 28 | 49 |
| Octal | 240 | 326 | 314 | 31 | 0 | 5 | 20 | 251 | 50 | 111 |
| Binary | 10100000 | 11010110 | 11001100 | 11001 | 0 | 101 | 10000 | 10101001 | 101000 | 1001001 |
Color Harmonies of #A0D6CC
Complementary color
Monochromatic Colors of #A0D6CC
Black with #A0D6CC
Text Example
Text Example
White with #A0D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D6CC; }
p { color: rgb(160,214,204); }
H1.HeaderClassName
{
color: #A0D6CC;
}
.AnyTagClassName
{
color: #A0D6CC;
}
</style>
background-color css
<style>
a { background-color: #A0D6CC; }
a { background-color: rgb(160,214,204); }
div.DivClassName
{
background-color: #A0D6CC;
}
.BgClassName
{
background-color: #A0D6CC;
}
</style>
border-color css
<style>
span { border-color: #A0D6CC; }
span { border-color: rgb(160,214,204); }
td.TdClassName
{
border-color: #A0D6CC;
}
.TagClassName
{
border-color: #A0D6CC;
}
</style>