Shades of Sinbad #A0D9D0
Tints of Sinbad #A0D9D0
RGB
CMYK
RGB Variations
Color information
#A0D9D0 (or 0xA0D9D0) is known color: Sinbad. HEX triplet: A0, D9 and D0. RGB value is (160,217,208). Sum of RGB (Red+Green+Blue) = 160+217+208=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9D0 is #5F262F. Grayscale: #C6C6C6. Windows color (decimal): -6235696 or 13687200. OLE color: 13687200.
HSL color Cylindrical-coordinate representation of color #A0D9D0: hue angle of 170.53º degrees, saturation: 0.43, 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 #A0D9D0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 208 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.15 |
| HSL | 170.53º | 0.43% | 0.74% | - |
| HSV(B) | 170.53º | 0.26% | 0.85% | - |
| XYZ | 50.7 | 61.65 | 68.9 | - |
| YUV | 198.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 208 | 0.26 | 0 | 0.04 | 0.15 | 170.53 | 0.43 | 0.74 |
| Hex | A0 | D9 | D0 | 1A | 0 | 4 | F | AB | 2B | 4A |
| Octal | 240 | 331 | 320 | 32 | 0 | 4 | 17 | 253 | 53 | 112 |
| Binary | 10100000 | 11011001 | 11010000 | 11010 | 0 | 100 | 1111 | 10101011 | 101011 | 1001010 |
Color Harmonies of #A0D9D0
Complementary color
Monochromatic Colors of #A0D9D0
Black with #A0D9D0
Text Example
Text Example
White with #A0D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9D0; }
p { color: rgb(160,217,208); }
H1.HeaderClassName
{
color: #A0D9D0;
}
.AnyTagClassName
{
color: #A0D9D0;
}
</style>
background-color css
<style>
a { background-color: #A0D9D0; }
a { background-color: rgb(160,217,208); }
div.DivClassName
{
background-color: #A0D9D0;
}
.BgClassName
{
background-color: #A0D9D0;
}
</style>
border-color css
<style>
span { border-color: #A0D9D0; }
span { border-color: rgb(160,217,208); }
td.TdClassName
{
border-color: #A0D9D0;
}
.TagClassName
{
border-color: #A0D9D0;
}
</style>