Shades of Sinbad #A0DAD0
Tints of Sinbad #A0DAD0
RGB
CMYK
RGB Variations
Color information
#A0DAD0 (or 0xA0DAD0) is known color: Sinbad. HEX triplet: A0, DA and D0. RGB value is (160,218,208). Sum of RGB (Red+Green+Blue) = 160+218+208=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAD0 is #5F252F. Grayscale: #C7C7C7. Windows color (decimal): -6235440 or 13687456. OLE color: 13687456.
HSL color Cylindrical-coordinate representation of color #A0DAD0: hue angle of 169.66º 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 #A0DAD0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 208 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.15 |
| HSL | 169.66º | 0.44% | 0.74% | - |
| HSV(B) | 169.66º | 0.27% | 0.85% | - |
| XYZ | 50.95 | 62.17 | 68.99 | - |
| YUV | 199.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 208 | 0.27 | 0 | 0.05 | 0.15 | 169.66 | 0.44 | 0.74 |
| Hex | A0 | DA | D0 | 1B | 0 | 5 | F | AA | 2C | 4A |
| Octal | 240 | 332 | 320 | 33 | 0 | 5 | 17 | 252 | 54 | 112 |
| Binary | 10100000 | 11011010 | 11010000 | 11011 | 0 | 101 | 1111 | 10101010 | 101100 | 1001010 |
Color Harmonies of #A0DAD0
Complementary color
Monochromatic Colors of #A0DAD0
Black with #A0DAD0
Text Example
Text Example
White with #A0DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAD0; }
p { color: rgb(160,218,208); }
H1.HeaderClassName
{
color: #A0DAD0;
}
.AnyTagClassName
{
color: #A0DAD0;
}
</style>
background-color css
<style>
a { background-color: #A0DAD0; }
a { background-color: rgb(160,218,208); }
div.DivClassName
{
background-color: #A0DAD0;
}
.BgClassName
{
background-color: #A0DAD0;
}
</style>
border-color css
<style>
span { border-color: #A0DAD0; }
span { border-color: rgb(160,218,208); }
td.TdClassName
{
border-color: #A0DAD0;
}
.TagClassName
{
border-color: #A0DAD0;
}
</style>