Shades of Sinbad #A1E1D8
Tints of Sinbad #A1E1D8
RGB
CMYK
RGB Variations
Color information
#A1E1D8 (or 0xA1E1D8) is known color: Sinbad. HEX triplet: A1, E1 and D8. RGB value is (161,225,216). Sum of RGB (Red+Green+Blue) = 161+225+216=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1D8 is #5E1E27. Grayscale: #CCCCCC. Windows color (decimal): -6168104 or 14213537. OLE color: 14213537.
HSL color Cylindrical-coordinate representation of color #A1E1D8: hue angle of 171.56º 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 #A1E1D8 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 216 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.12 |
| HSL | 171.56º | 0.52% | 0.76% | - |
| HSV(B) | 171.56º | 0.28% | 0.88% | - |
| XYZ | 54.02 | 66.39 | 74.93 | - |
| YUV | 204.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 216 | 0.28 | 0 | 0.04 | 0.12 | 171.56 | 0.52 | 0.76 |
| Hex | A1 | E1 | D8 | 1C | 0 | 4 | C | AC | 34 | 4C |
| Octal | 241 | 341 | 330 | 34 | 0 | 4 | 14 | 254 | 64 | 114 |
| Binary | 10100001 | 11100001 | 11011000 | 11100 | 0 | 100 | 1100 | 10101100 | 110100 | 1001100 |
Color Harmonies of #A1E1D8
Complementary color
Monochromatic Colors of #A1E1D8
Black with #A1E1D8
Text Example
Text Example
White with #A1E1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1D8; }
p { color: rgb(161,225,216); }
H1.HeaderClassName
{
color: #A1E1D8;
}
.AnyTagClassName
{
color: #A1E1D8;
}
</style>
background-color css
<style>
a { background-color: #A1E1D8; }
a { background-color: rgb(161,225,216); }
div.DivClassName
{
background-color: #A1E1D8;
}
.BgClassName
{
background-color: #A1E1D8;
}
</style>
border-color css
<style>
span { border-color: #A1E1D8; }
span { border-color: rgb(161,225,216); }
td.TdClassName
{
border-color: #A1E1D8;
}
.TagClassName
{
border-color: #A1E1D8;
}
</style>