Shades of Sinbad #A1E2DA
Tints of Sinbad #A1E2DA
RGB
CMYK
RGB Variations
Color information
#A1E2DA (or 0xA1E2DA) is known color: Sinbad. HEX triplet: A1, E2 and DA. RGB value is (161,226,218). Sum of RGB (Red+Green+Blue) = 161+226+218=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E2DA is #5E1D25. Grayscale: #CDCDCD. Windows color (decimal): -6167846 or 14344865. OLE color: 14344865.
HSL color Cylindrical-coordinate representation of color #A1E2DA: hue angle of 172.62º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E2DA is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 218 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.11 |
| HSL | 172.62º | 0.53% | 0.76% | - |
| HSV(B) | 172.62º | 0.29% | 0.89% | - |
| XYZ | 54.55 | 67.03 | 76.39 | - |
| YUV | 205.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 218 | 0.29 | 0 | 0.04 | 0.11 | 172.62 | 0.53 | 0.76 |
| Hex | A1 | E2 | DA | 1D | 0 | 4 | B | AD | 35 | 4C |
| Octal | 241 | 342 | 332 | 35 | 0 | 4 | 13 | 255 | 65 | 114 |
| Binary | 10100001 | 11100010 | 11011010 | 11101 | 0 | 100 | 1011 | 10101101 | 110101 | 1001100 |
Color Harmonies of #A1E2DA
Complementary color
Monochromatic Colors of #A1E2DA
Black with #A1E2DA
Text Example
Text Example
White with #A1E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E2DA; }
p { color: rgb(161,226,218); }
H1.HeaderClassName
{
color: #A1E2DA;
}
.AnyTagClassName
{
color: #A1E2DA;
}
</style>
background-color css
<style>
a { background-color: #A1E2DA; }
a { background-color: rgb(161,226,218); }
div.DivClassName
{
background-color: #A1E2DA;
}
.BgClassName
{
background-color: #A1E2DA;
}
</style>
border-color css
<style>
span { border-color: #A1E2DA; }
span { border-color: rgb(161,226,218); }
td.TdClassName
{
border-color: #A1E2DA;
}
.TagClassName
{
border-color: #A1E2DA;
}
</style>