Shades of Sinbad #A0D5D2
Tints of Sinbad #A0D5D2
RGB
CMYK
RGB Variations
Color information
#A0D5D2 (or 0xA0D5D2) is known color: Sinbad. HEX triplet: A0, D5 and D2. RGB value is (160,213,210). Sum of RGB (Red+Green+Blue) = 160+213+210=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D5D2 is #5F2A2D. Grayscale: #C4C4C4. Windows color (decimal): -6236718 or 13817248. OLE color: 13817248.
HSL color Cylindrical-coordinate representation of color #A0D5D2: hue angle of 176.6º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D5D2 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 210 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.16 |
| HSL | 176.6º | 0.39% | 0.73% | - |
| HSV(B) | 176.6º | 0.25% | 0.84% | - |
| XYZ | 49.92 | 59.72 | 69.87 | - |
| YUV | 196.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 210 | 0.25 | 0 | 0.01 | 0.16 | 176.6 | 0.39 | 0.73 |
| Hex | A0 | D5 | D2 | 19 | 0 | 1 | 10 | B1 | 27 | 49 |
| Octal | 240 | 325 | 322 | 31 | 0 | 1 | 20 | 261 | 47 | 111 |
| Binary | 10100000 | 11010101 | 11010010 | 11001 | 0 | 1 | 10000 | 10110001 | 100111 | 1001001 |
Color Harmonies of #A0D5D2
Complementary color
Monochromatic Colors of #A0D5D2
Black with #A0D5D2
Text Example
Text Example
White with #A0D5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D5D2; }
p { color: rgb(160,213,210); }
H1.HeaderClassName
{
color: #A0D5D2;
}
.AnyTagClassName
{
color: #A0D5D2;
}
</style>
background-color css
<style>
a { background-color: #A0D5D2; }
a { background-color: rgb(160,213,210); }
div.DivClassName
{
background-color: #A0D5D2;
}
.BgClassName
{
background-color: #A0D5D2;
}
</style>
border-color css
<style>
span { border-color: #A0D5D2; }
span { border-color: rgb(160,213,210); }
td.TdClassName
{
border-color: #A0D5D2;
}
.TagClassName
{
border-color: #A0D5D2;
}
</style>