Shades of Sinbad #A0DFD7
Tints of Sinbad #A0DFD7
RGB
CMYK
RGB Variations
Color information
#A0DFD7 (or 0xA0DFD7) is known color: Sinbad. HEX triplet: A0, DF and D7. RGB value is (160,223,215). Sum of RGB (Red+Green+Blue) = 160+223+215=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFD7 is #5F2028. Grayscale: #CBCBCB. Windows color (decimal): -6234153 or 14147488. OLE color: 14147488.
HSL color Cylindrical-coordinate representation of color #A0DFD7: hue angle of 172.38º 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 #A0DFD7 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 215 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.13 |
| HSL | 172.38º | 0.5% | 0.75% | - |
| HSV(B) | 172.38º | 0.28% | 0.87% | - |
| XYZ | 53.15 | 65.16 | 74.06 | - |
| YUV | 203.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 215 | 0.28 | 0 | 0.04 | 0.13 | 172.38 | 0.5 | 0.75 |
| Hex | A0 | DF | D7 | 1C | 0 | 4 | D | AC | 32 | 4B |
| Octal | 240 | 337 | 327 | 34 | 0 | 4 | 15 | 254 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11010111 | 11100 | 0 | 100 | 1101 | 10101100 | 110010 | 1001011 |
Color Harmonies of #A0DFD7
Complementary color
Monochromatic Colors of #A0DFD7
Black with #A0DFD7
Text Example
Text Example
White with #A0DFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFD7; }
p { color: rgb(160,223,215); }
H1.HeaderClassName
{
color: #A0DFD7;
}
.AnyTagClassName
{
color: #A0DFD7;
}
</style>
background-color css
<style>
a { background-color: #A0DFD7; }
a { background-color: rgb(160,223,215); }
div.DivClassName
{
background-color: #A0DFD7;
}
.BgClassName
{
background-color: #A0DFD7;
}
</style>
border-color css
<style>
span { border-color: #A0DFD7; }
span { border-color: rgb(160,223,215); }
td.TdClassName
{
border-color: #A0DFD7;
}
.TagClassName
{
border-color: #A0DFD7;
}
</style>