Shades of Sinbad #A5D9D0
Tints of Sinbad #A5D9D0
RGB
CMYK
RGB Variations
Color information
#A5D9D0 (or 0xA5D9D0) is known color: Sinbad. HEX triplet: A5, D9 and D0. RGB value is (165,217,208). Sum of RGB (Red+Green+Blue) = 165+217+208=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D9D0 is #5A262F. Grayscale: #C8C8C8. Windows color (decimal): -5908016 or 13687205. OLE color: 13687205.
HSL color Cylindrical-coordinate representation of color #A5D9D0: hue angle of 169.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5D9D0 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 217 | 208 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.15 |
| HSL | 169.62º | 0.41% | 0.75% | - |
| HSV(B) | 169.62º | 0.24% | 0.85% | - |
| XYZ | 51.72 | 62.18 | 68.95 | - |
| YUV | 200.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 217 | 208 | 0.24 | 0 | 0.04 | 0.15 | 169.62 | 0.41 | 0.75 |
| Hex | A5 | D9 | D0 | 18 | 0 | 4 | F | AA | 29 | 4B |
| Octal | 245 | 331 | 320 | 30 | 0 | 4 | 17 | 252 | 51 | 113 |
| Binary | 10100101 | 11011001 | 11010000 | 11000 | 0 | 100 | 1111 | 10101010 | 101001 | 1001011 |
Color Harmonies of #A5D9D0
Complementary color
Monochromatic Colors of #A5D9D0
Black with #A5D9D0
Text Example
Text Example
White with #A5D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D9D0; }
p { color: rgb(165,217,208); }
H1.HeaderClassName
{
color: #A5D9D0;
}
.AnyTagClassName
{
color: #A5D9D0;
}
</style>
background-color css
<style>
a { background-color: #A5D9D0; }
a { background-color: rgb(165,217,208); }
div.DivClassName
{
background-color: #A5D9D0;
}
.BgClassName
{
background-color: #A5D9D0;
}
</style>
border-color css
<style>
span { border-color: #A5D9D0; }
span { border-color: rgb(165,217,208); }
td.TdClassName
{
border-color: #A5D9D0;
}
.TagClassName
{
border-color: #A5D9D0;
}
</style>