Shades of Sinbad #A1D7CD
Tints of Sinbad #A1D7CD
RGB
CMYK
RGB Variations
Color information
#A1D7CD (or 0xA1D7CD) is known color: Sinbad. HEX triplet: A1, D7 and CD. RGB value is (161,215,205). Sum of RGB (Red+Green+Blue) = 161+215+205=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7CD is #5E2832. Grayscale: #C5C5C5. Windows color (decimal): -6170675 or 13490081. OLE color: 13490081.
HSL color Cylindrical-coordinate representation of color #A1D7CD: hue angle of 168.89º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D7CD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 205 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.16 |
| HSL | 168.89º | 0.4% | 0.74% | - |
| HSV(B) | 168.89º | 0.25% | 0.84% | - |
| XYZ | 50.02 | 60.59 | 66.82 | - |
| YUV | 197.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 205 | 0.25 | 0 | 0.05 | 0.16 | 168.89 | 0.4 | 0.74 |
| Hex | A1 | D7 | CD | 19 | 0 | 5 | 10 | A9 | 28 | 4A |
| Octal | 241 | 327 | 315 | 31 | 0 | 5 | 20 | 251 | 50 | 112 |
| Binary | 10100001 | 11010111 | 11001101 | 11001 | 0 | 101 | 10000 | 10101001 | 101000 | 1001010 |
Color Harmonies of #A1D7CD
Complementary color
Monochromatic Colors of #A1D7CD
Black with #A1D7CD
Text Example
Text Example
White with #A1D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D7CD; }
p { color: rgb(161,215,205); }
H1.HeaderClassName
{
color: #A1D7CD;
}
.AnyTagClassName
{
color: #A1D7CD;
}
</style>
background-color css
<style>
a { background-color: #A1D7CD; }
a { background-color: rgb(161,215,205); }
div.DivClassName
{
background-color: #A1D7CD;
}
.BgClassName
{
background-color: #A1D7CD;
}
</style>
border-color css
<style>
span { border-color: #A1D7CD; }
span { border-color: rgb(161,215,205); }
td.TdClassName
{
border-color: #A1D7CD;
}
.TagClassName
{
border-color: #A1D7CD;
}
</style>