Shades of Sinbad #A0DBD4
Tints of Sinbad #A0DBD4
RGB
CMYK
RGB Variations
Color information
#A0DBD4 (or 0xA0DBD4) is known color: Sinbad. HEX triplet: A0, DB and D4. RGB value is (160,219,212). Sum of RGB (Red+Green+Blue) = 160+219+212=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBD4 is #5F242B. Grayscale: #C8C8C8. Windows color (decimal): -6235180 or 13949856. OLE color: 13949856.
HSL color Cylindrical-coordinate representation of color #A0DBD4: hue angle of 172.88º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBD4 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 212 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.14 |
| HSL | 172.88º | 0.45% | 0.74% | - |
| HSV(B) | 172.88º | 0.27% | 0.86% | - |
| XYZ | 51.71 | 62.89 | 71.7 | - |
| YUV | 200.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 212 | 0.27 | 0 | 0.03 | 0.14 | 172.88 | 0.45 | 0.74 |
| Hex | A0 | DB | D4 | 1B | 0 | 3 | E | AD | 2D | 4A |
| Octal | 240 | 333 | 324 | 33 | 0 | 3 | 16 | 255 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11010100 | 11011 | 0 | 11 | 1110 | 10101101 | 101101 | 1001010 |
Color Harmonies of #A0DBD4
Complementary color
Monochromatic Colors of #A0DBD4
Black with #A0DBD4
Text Example
Text Example
White with #A0DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBD4; }
p { color: rgb(160,219,212); }
H1.HeaderClassName
{
color: #A0DBD4;
}
.AnyTagClassName
{
color: #A0DBD4;
}
</style>
background-color css
<style>
a { background-color: #A0DBD4; }
a { background-color: rgb(160,219,212); }
div.DivClassName
{
background-color: #A0DBD4;
}
.BgClassName
{
background-color: #A0DBD4;
}
</style>
border-color css
<style>
span { border-color: #A0DBD4; }
span { border-color: rgb(160,219,212); }
td.TdClassName
{
border-color: #A0DBD4;
}
.TagClassName
{
border-color: #A0DBD4;
}
</style>