Shades of Sinbad #A5D6D0
Tints of Sinbad #A5D6D0
RGB
CMYK
RGB Variations
Color information
#A5D6D0 (or 0xA5D6D0) is known color: Sinbad. HEX triplet: A5, D6 and D0. RGB value is (165,214,208). Sum of RGB (Red+Green+Blue) = 165+214+208=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6D0 is #5A292F. Grayscale: #C6C6C6. Windows color (decimal): -5908784 or 13686437. OLE color: 13686437.
HSL color Cylindrical-coordinate representation of color #A5D6D0: hue angle of 172.65º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6D0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 208 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.16 |
| HSL | 172.65º | 0.37% | 0.74% | - |
| HSV(B) | 172.65º | 0.23% | 0.84% | - |
| XYZ | 50.95 | 60.65 | 68.7 | - |
| YUV | 198.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 208 | 0.23 | 0 | 0.03 | 0.16 | 172.65 | 0.37 | 0.74 |
| Hex | A5 | D6 | D0 | 17 | 0 | 3 | 10 | AD | 25 | 4A |
| Octal | 245 | 326 | 320 | 27 | 0 | 3 | 20 | 255 | 45 | 112 |
| Binary | 10100101 | 11010110 | 11010000 | 10111 | 0 | 11 | 10000 | 10101101 | 100101 | 1001010 |
Color Harmonies of #A5D6D0
Complementary color
Monochromatic Colors of #A5D6D0
Black with #A5D6D0
Text Example
Text Example
White with #A5D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D6D0; }
p { color: rgb(165,214,208); }
H1.HeaderClassName
{
color: #A5D6D0;
}
.AnyTagClassName
{
color: #A5D6D0;
}
</style>
background-color css
<style>
a { background-color: #A5D6D0; }
a { background-color: rgb(165,214,208); }
div.DivClassName
{
background-color: #A5D6D0;
}
.BgClassName
{
background-color: #A5D6D0;
}
</style>
border-color css
<style>
span { border-color: #A5D6D0; }
span { border-color: rgb(165,214,208); }
td.TdClassName
{
border-color: #A5D6D0;
}
.TagClassName
{
border-color: #A5D6D0;
}
</style>