Shades of Sinbad #A0D8C9
Tints of Sinbad #A0D8C9
RGB
CMYK
RGB Variations
Color information
#A0D8C9 (or 0xA0D8C9) is known color: Sinbad. HEX triplet: A0, D8 and C9. RGB value is (160,216,201). Sum of RGB (Red+Green+Blue) = 160+216+201=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8C9 is #5F2736. Grayscale: #C5C5C5. Windows color (decimal): -6235959 or 13228192. OLE color: 13228192.
HSL color Cylindrical-coordinate representation of color #A0D8C9: hue angle of 163.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8C9 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 201 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.15 |
| HSL | 163.93º | 0.42% | 0.74% | - |
| HSV(B) | 163.93º | 0.26% | 0.85% | - |
| XYZ | 49.6 | 60.8 | 64.38 | - |
| YUV | 197.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 201 | 0.26 | 0 | 0.07 | 0.15 | 163.93 | 0.42 | 0.74 |
| Hex | A0 | D8 | C9 | 1A | 0 | 7 | F | A4 | 2A | 4A |
| Octal | 240 | 330 | 311 | 32 | 0 | 7 | 17 | 244 | 52 | 112 |
| Binary | 10100000 | 11011000 | 11001001 | 11010 | 0 | 111 | 1111 | 10100100 | 101010 | 1001010 |
Color Harmonies of #A0D8C9
Complementary color
Monochromatic Colors of #A0D8C9
Black with #A0D8C9
Text Example
Text Example
White with #A0D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8C9; }
p { color: rgb(160,216,201); }
H1.HeaderClassName
{
color: #A0D8C9;
}
.AnyTagClassName
{
color: #A0D8C9;
}
</style>
background-color css
<style>
a { background-color: #A0D8C9; }
a { background-color: rgb(160,216,201); }
div.DivClassName
{
background-color: #A0D8C9;
}
.BgClassName
{
background-color: #A0D8C9;
}
</style>
border-color css
<style>
span { border-color: #A0D8C9; }
span { border-color: rgb(160,216,201); }
td.TdClassName
{
border-color: #A0D8C9;
}
.TagClassName
{
border-color: #A0D8C9;
}
</style>