Shades of Sinbad #A1E1D9
Tints of Sinbad #A1E1D9
RGB
CMYK
RGB Variations
Color information
#A1E1D9 (or 0xA1E1D9) is known color: Sinbad. HEX triplet: A1, E1 and D9. RGB value is (161,225,217). Sum of RGB (Red+Green+Blue) = 161+225+217=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1D9 is #5E1E26. Grayscale: #CCCCCC. Windows color (decimal): -6168103 or 14279073. OLE color: 14279073.
HSL color Cylindrical-coordinate representation of color #A1E1D9: hue angle of 172.5º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1D9 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 217 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.12 |
| HSL | 172.5º | 0.52% | 0.76% | - |
| HSV(B) | 172.5º | 0.28% | 0.88% | - |
| XYZ | 54.15 | 66.44 | 75.62 | - |
| YUV | 204.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 217 | 0.28 | 0 | 0.04 | 0.12 | 172.5 | 0.52 | 0.76 |
| Hex | A1 | E1 | D9 | 1C | 0 | 4 | C | AC | 34 | 4C |
| Octal | 241 | 341 | 331 | 34 | 0 | 4 | 14 | 254 | 64 | 114 |
| Binary | 10100001 | 11100001 | 11011001 | 11100 | 0 | 100 | 1100 | 10101100 | 110100 | 1001100 |
Color Harmonies of #A1E1D9
Complementary color
Monochromatic Colors of #A1E1D9
Black with #A1E1D9
Text Example
Text Example
White with #A1E1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1D9; }
p { color: rgb(161,225,217); }
H1.HeaderClassName
{
color: #A1E1D9;
}
.AnyTagClassName
{
color: #A1E1D9;
}
</style>
background-color css
<style>
a { background-color: #A1E1D9; }
a { background-color: rgb(161,225,217); }
div.DivClassName
{
background-color: #A1E1D9;
}
.BgClassName
{
background-color: #A1E1D9;
}
</style>
border-color css
<style>
span { border-color: #A1E1D9; }
span { border-color: rgb(161,225,217); }
td.TdClassName
{
border-color: #A1E1D9;
}
.TagClassName
{
border-color: #A1E1D9;
}
</style>