Shades of Sinbad #A1D4C5
Tints of Sinbad #A1D4C5
RGB
CMYK
RGB Variations
Color information
#A1D4C5 (or 0xA1D4C5) is known color: Sinbad. HEX triplet: A1, D4 and C5. RGB value is (161,212,197). Sum of RGB (Red+Green+Blue) = 161+212+197=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4C5 is #5E2B3A. Grayscale: #C3C3C3. Windows color (decimal): -6171451 or 12965025. OLE color: 12965025.
HSL color Cylindrical-coordinate representation of color #A1D4C5: hue angle of 162.35º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D4C5 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 197 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.17 |
| HSL | 162.35º | 0.37% | 0.73% | - |
| HSV(B) | 162.35º | 0.24% | 0.83% | - |
| XYZ | 48.32 | 58.7 | 61.61 | - |
| YUV | 195.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 197 | 0.24 | 0 | 0.07 | 0.17 | 162.35 | 0.37 | 0.73 |
| Hex | A1 | D4 | C5 | 18 | 0 | 7 | 11 | A2 | 25 | 49 |
| Octal | 241 | 324 | 305 | 30 | 0 | 7 | 21 | 242 | 45 | 111 |
| Binary | 10100001 | 11010100 | 11000101 | 11000 | 0 | 111 | 10001 | 10100010 | 100101 | 1001001 |
Color Harmonies of #A1D4C5
Complementary color
Monochromatic Colors of #A1D4C5
Black with #A1D4C5
Text Example
Text Example
White with #A1D4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D4C5; }
p { color: rgb(161,212,197); }
H1.HeaderClassName
{
color: #A1D4C5;
}
.AnyTagClassName
{
color: #A1D4C5;
}
</style>
background-color css
<style>
a { background-color: #A1D4C5; }
a { background-color: rgb(161,212,197); }
div.DivClassName
{
background-color: #A1D4C5;
}
.BgClassName
{
background-color: #A1D4C5;
}
</style>
border-color css
<style>
span { border-color: #A1D4C5; }
span { border-color: rgb(161,212,197); }
td.TdClassName
{
border-color: #A1D4C5;
}
.TagClassName
{
border-color: #A1D4C5;
}
</style>