Shades of Sinbad #A5D5D1
Tints of Sinbad #A5D5D1
RGB
CMYK
RGB Variations
Color information
#A5D5D1 (or 0xA5D5D1) is known color: Sinbad. HEX triplet: A5, D5 and D1. RGB value is (165,213,209). Sum of RGB (Red+Green+Blue) = 165+213+209=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5D1 is #5A2A2E. Grayscale: #C6C6C6. Windows color (decimal): -5909039 or 13751717. OLE color: 13751717.
HSL color Cylindrical-coordinate representation of color #A5D5D1: hue angle of 175º degrees, saturation: 0.36, 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 #A5D5D1 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 209 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.16 |
| HSL | 175º | 0.36% | 0.74% | - |
| HSV(B) | 175º | 0.23% | 0.84% | - |
| XYZ | 50.82 | 60.19 | 69.26 | - |
| YUV | 198.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 209 | 0.23 | 0 | 0.02 | 0.16 | 175 | 0.36 | 0.74 |
| Hex | A5 | D5 | D1 | 17 | 0 | 2 | 10 | AF | 24 | 4A |
| Octal | 245 | 325 | 321 | 27 | 0 | 2 | 20 | 257 | 44 | 112 |
| Binary | 10100101 | 11010101 | 11010001 | 10111 | 0 | 10 | 10000 | 10101111 | 100100 | 1001010 |
Color Harmonies of #A5D5D1
Complementary color
Monochromatic Colors of #A5D5D1
Black with #A5D5D1
Text Example
Text Example
White with #A5D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5D1; }
p { color: rgb(165,213,209); }
H1.HeaderClassName
{
color: #A5D5D1;
}
.AnyTagClassName
{
color: #A5D5D1;
}
</style>
background-color css
<style>
a { background-color: #A5D5D1; }
a { background-color: rgb(165,213,209); }
div.DivClassName
{
background-color: #A5D5D1;
}
.BgClassName
{
background-color: #A5D5D1;
}
</style>
border-color css
<style>
span { border-color: #A5D5D1; }
span { border-color: rgb(165,213,209); }
td.TdClassName
{
border-color: #A5D5D1;
}
.TagClassName
{
border-color: #A5D5D1;
}
</style>