Shades of Sinbad #A0DFDB
Tints of Sinbad #A0DFDB
RGB
CMYK
RGB Variations
Color information
#A0DFDB (or 0xA0DFDB) is known color: Sinbad. HEX triplet: A0, DF and DB. RGB value is (160,223,219). Sum of RGB (Red+Green+Blue) = 160+223+219=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFDB is #5F2024. Grayscale: #CBCBCB. Windows color (decimal): -6234149 or 14409632. OLE color: 14409632.
HSL color Cylindrical-coordinate representation of color #A0DFDB: hue angle of 176.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFDB is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 219 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.13 |
| HSL | 176.19º | 0.5% | 0.75% | - |
| HSV(B) | 176.19º | 0.28% | 0.87% | - |
| XYZ | 53.67 | 65.36 | 76.81 | - |
| YUV | 203.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 219 | 0.28 | 0 | 0.02 | 0.13 | 176.19 | 0.5 | 0.75 |
| Hex | A0 | DF | DB | 1C | 0 | 2 | D | B0 | 32 | 4B |
| Octal | 240 | 337 | 333 | 34 | 0 | 2 | 15 | 260 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11011011 | 11100 | 0 | 10 | 1101 | 10110000 | 110010 | 1001011 |
Color Harmonies of #A0DFDB
Complementary color
Monochromatic Colors of #A0DFDB
Black with #A0DFDB
Text Example
Text Example
White with #A0DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFDB; }
p { color: rgb(160,223,219); }
H1.HeaderClassName
{
color: #A0DFDB;
}
.AnyTagClassName
{
color: #A0DFDB;
}
</style>
background-color css
<style>
a { background-color: #A0DFDB; }
a { background-color: rgb(160,223,219); }
div.DivClassName
{
background-color: #A0DFDB;
}
.BgClassName
{
background-color: #A0DFDB;
}
</style>
border-color css
<style>
span { border-color: #A0DFDB; }
span { border-color: rgb(160,223,219); }
td.TdClassName
{
border-color: #A0DFDB;
}
.TagClassName
{
border-color: #A0DFDB;
}
</style>