Shades of Sinbad #A3E1D9
Tints of Sinbad #A3E1D9
RGB
CMYK
RGB Variations
Color information
#A3E1D9 (or 0xA3E1D9) is known color: Sinbad. HEX triplet: A3, E1 and D9. RGB value is (163,225,217). Sum of RGB (Red+Green+Blue) = 163+225+217=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1D9 is #5C1E26. Grayscale: #CDCDCD. Windows color (decimal): -6037031 or 14279075. OLE color: 14279075.
HSL color Cylindrical-coordinate representation of color #A3E1D9: hue angle of 172.26º degrees, saturation: 0.51, 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 #A3E1D9 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 217 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.12 |
| HSL | 172.26º | 0.51% | 0.76% | - |
| HSV(B) | 172.26º | 0.28% | 0.88% | - |
| XYZ | 54.55 | 66.65 | 75.63 | - |
| YUV | 205.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 217 | 0.28 | 0 | 0.04 | 0.12 | 172.26 | 0.51 | 0.76 |
| Hex | A3 | E1 | D9 | 1C | 0 | 4 | C | AC | 33 | 4C |
| Octal | 243 | 341 | 331 | 34 | 0 | 4 | 14 | 254 | 63 | 114 |
| Binary | 10100011 | 11100001 | 11011001 | 11100 | 0 | 100 | 1100 | 10101100 | 110011 | 1001100 |
Color Harmonies of #A3E1D9
Complementary color
Monochromatic Colors of #A3E1D9
Black with #A3E1D9
Text Example
Text Example
White with #A3E1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E1D9; }
p { color: rgb(163,225,217); }
H1.HeaderClassName
{
color: #A3E1D9;
}
.AnyTagClassName
{
color: #A3E1D9;
}
</style>
background-color css
<style>
a { background-color: #A3E1D9; }
a { background-color: rgb(163,225,217); }
div.DivClassName
{
background-color: #A3E1D9;
}
.BgClassName
{
background-color: #A3E1D9;
}
</style>
border-color css
<style>
span { border-color: #A3E1D9; }
span { border-color: rgb(163,225,217); }
td.TdClassName
{
border-color: #A3E1D9;
}
.TagClassName
{
border-color: #A3E1D9;
}
</style>