Shades of Sinbad #A0DFD5
Tints of Sinbad #A0DFD5
RGB
CMYK
RGB Variations
Color information
#A0DFD5 (or 0xA0DFD5) is known color: Sinbad. HEX triplet: A0, DF and D5. RGB value is (160,223,213). Sum of RGB (Red+Green+Blue) = 160+223+213=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFD5 is #5F202A. Grayscale: #CBCBCB. Windows color (decimal): -6234155 or 14016416. OLE color: 14016416.
HSL color Cylindrical-coordinate representation of color #A0DFD5: hue angle of 170.48º 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 #A0DFD5 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 213 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.13 |
| HSL | 170.48º | 0.5% | 0.75% | - |
| HSV(B) | 170.48º | 0.28% | 0.87% | - |
| XYZ | 52.9 | 65.05 | 72.72 | - |
| YUV | 203.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 213 | 0.28 | 0 | 0.04 | 0.13 | 170.48 | 0.5 | 0.75 |
| Hex | A0 | DF | D5 | 1C | 0 | 4 | D | AA | 32 | 4B |
| Octal | 240 | 337 | 325 | 34 | 0 | 4 | 15 | 252 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11010101 | 11100 | 0 | 100 | 1101 | 10101010 | 110010 | 1001011 |
Color Harmonies of #A0DFD5
Complementary color
Monochromatic Colors of #A0DFD5
Black with #A0DFD5
Text Example
Text Example
White with #A0DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFD5; }
p { color: rgb(160,223,213); }
H1.HeaderClassName
{
color: #A0DFD5;
}
.AnyTagClassName
{
color: #A0DFD5;
}
</style>
background-color css
<style>
a { background-color: #A0DFD5; }
a { background-color: rgb(160,223,213); }
div.DivClassName
{
background-color: #A0DFD5;
}
.BgClassName
{
background-color: #A0DFD5;
}
</style>
border-color css
<style>
span { border-color: #A0DFD5; }
span { border-color: rgb(160,223,213); }
td.TdClassName
{
border-color: #A0DFD5;
}
.TagClassName
{
border-color: #A0DFD5;
}
</style>