Shades of Sinbad #A5D2D0
Tints of Sinbad #A5D2D0
RGB
CMYK
RGB Variations
Color information
#A5D2D0 (or 0xA5D2D0) is known color: Sinbad. HEX triplet: A5, D2 and D0. RGB value is (165,210,208). Sum of RGB (Red+Green+Blue) = 165+210+208=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2D0 is #5A2D2F. Grayscale: #C4C4C4. Windows color (decimal): -5909808 or 13685413. OLE color: 13685413.
HSL color Cylindrical-coordinate representation of color #A5D2D0: hue angle of 177.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2D0 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 208 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.18 |
| HSL | 177.33º | 0.33% | 0.74% | - |
| HSV(B) | 177.33º | 0.21% | 0.82% | - |
| XYZ | 49.95 | 58.65 | 68.36 | - |
| YUV | 196.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 208 | 0.21 | 0 | 0.01 | 0.18 | 177.33 | 0.33 | 0.74 |
| Hex | A5 | D2 | D0 | 15 | 0 | 1 | 12 | B1 | 21 | 4A |
| Octal | 245 | 322 | 320 | 25 | 0 | 1 | 22 | 261 | 41 | 112 |
| Binary | 10100101 | 11010010 | 11010000 | 10101 | 0 | 1 | 10010 | 10110001 | 100001 | 1001010 |
Color Harmonies of #A5D2D0
Complementary color
Monochromatic Colors of #A5D2D0
Black with #A5D2D0
Text Example
Text Example
White with #A5D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D2D0; }
p { color: rgb(165,210,208); }
H1.HeaderClassName
{
color: #A5D2D0;
}
.AnyTagClassName
{
color: #A5D2D0;
}
</style>
background-color css
<style>
a { background-color: #A5D2D0; }
a { background-color: rgb(165,210,208); }
div.DivClassName
{
background-color: #A5D2D0;
}
.BgClassName
{
background-color: #A5D2D0;
}
</style>
border-color css
<style>
span { border-color: #A5D2D0; }
span { border-color: rgb(165,210,208); }
td.TdClassName
{
border-color: #A5D2D0;
}
.TagClassName
{
border-color: #A5D2D0;
}
</style>