Shades of Sinbad #A1D2C5
Tints of Sinbad #A1D2C5
RGB
CMYK
RGB Variations
Color information
#A1D2C5 (or 0xA1D2C5) is known color: Sinbad. HEX triplet: A1, D2 and C5. RGB value is (161,210,197). Sum of RGB (Red+Green+Blue) = 161+210+197=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2C5 is #5E2D3A. Grayscale: #C1C1C1. Windows color (decimal): -6171963 or 12964513. OLE color: 12964513.
HSL color Cylindrical-coordinate representation of color #A1D2C5: hue angle of 164.08º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2C5 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 197 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.18 |
| HSL | 164.08º | 0.35% | 0.73% | - |
| HSV(B) | 164.08º | 0.23% | 0.82% | - |
| XYZ | 47.82 | 57.7 | 61.44 | - |
| YUV | 193.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 197 | 0.23 | 0 | 0.06 | 0.18 | 164.08 | 0.35 | 0.73 |
| Hex | A1 | D2 | C5 | 17 | 0 | 6 | 12 | A4 | 23 | 49 |
| Octal | 241 | 322 | 305 | 27 | 0 | 6 | 22 | 244 | 43 | 111 |
| Binary | 10100001 | 11010010 | 11000101 | 10111 | 0 | 110 | 10010 | 10100100 | 100011 | 1001001 |
Color Harmonies of #A1D2C5
Complementary color
Monochromatic Colors of #A1D2C5
Black with #A1D2C5
Text Example
Text Example
White with #A1D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2C5; }
p { color: rgb(161,210,197); }
H1.HeaderClassName
{
color: #A1D2C5;
}
.AnyTagClassName
{
color: #A1D2C5;
}
</style>
background-color css
<style>
a { background-color: #A1D2C5; }
a { background-color: rgb(161,210,197); }
div.DivClassName
{
background-color: #A1D2C5;
}
.BgClassName
{
background-color: #A1D2C5;
}
</style>
border-color css
<style>
span { border-color: #A1D2C5; }
span { border-color: rgb(161,210,197); }
td.TdClassName
{
border-color: #A1D2C5;
}
.TagClassName
{
border-color: #A1D2C5;
}
</style>