Shades of Sinbad #A1D7D1
Tints of Sinbad #A1D7D1
RGB
CMYK
RGB Variations
Color information
#A1D7D1 (or 0xA1D7D1) is known color: Sinbad. HEX triplet: A1, D7 and D1. RGB value is (161,215,209). Sum of RGB (Red+Green+Blue) = 161+215+209=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7D1 is #5E282E. Grayscale: #C6C6C6. Windows color (decimal): -6170671 or 13752225. OLE color: 13752225.
HSL color Cylindrical-coordinate representation of color #A1D7D1: hue angle of 173.33º 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 #A1D7D1 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 209 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.16 |
| HSL | 173.33º | 0.4% | 0.74% | - |
| HSV(B) | 173.33º | 0.25% | 0.84% | - |
| XYZ | 50.51 | 60.78 | 69.39 | - |
| YUV | 198.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 209 | 0.25 | 0 | 0.03 | 0.16 | 173.33 | 0.4 | 0.74 |
| Hex | A1 | D7 | D1 | 19 | 0 | 3 | 10 | AD | 28 | 4A |
| Octal | 241 | 327 | 321 | 31 | 0 | 3 | 20 | 255 | 50 | 112 |
| Binary | 10100001 | 11010111 | 11010001 | 11001 | 0 | 11 | 10000 | 10101101 | 101000 | 1001010 |
Color Harmonies of #A1D7D1
Complementary color
Monochromatic Colors of #A1D7D1
Black with #A1D7D1
Text Example
Text Example
White with #A1D7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D7D1; }
p { color: rgb(161,215,209); }
H1.HeaderClassName
{
color: #A1D7D1;
}
.AnyTagClassName
{
color: #A1D7D1;
}
</style>
background-color css
<style>
a { background-color: #A1D7D1; }
a { background-color: rgb(161,215,209); }
div.DivClassName
{
background-color: #A1D7D1;
}
.BgClassName
{
background-color: #A1D7D1;
}
</style>
border-color css
<style>
span { border-color: #A1D7D1; }
span { border-color: rgb(161,215,209); }
td.TdClassName
{
border-color: #A1D7D1;
}
.TagClassName
{
border-color: #A1D7D1;
}
</style>