Shades of Sinbad #A1D7CA
Tints of Sinbad #A1D7CA
RGB
CMYK
RGB Variations
Color information
#A1D7CA (or 0xA1D7CA) is known color: Sinbad. HEX triplet: A1, D7 and CA. RGB value is (161,215,202). Sum of RGB (Red+Green+Blue) = 161+215+202=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7CA is #5E2835. Grayscale: #C5C5C5. Windows color (decimal): -6170678 or 13293473. OLE color: 13293473.
HSL color Cylindrical-coordinate representation of color #A1D7CA: hue angle of 165.56º 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 #A1D7CA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 202 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.16 |
| HSL | 165.56º | 0.4% | 0.74% | - |
| HSV(B) | 165.56º | 0.25% | 0.84% | - |
| XYZ | 49.66 | 60.44 | 64.93 | - |
| YUV | 197.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 202 | 0.25 | 0 | 0.06 | 0.16 | 165.56 | 0.4 | 0.74 |
| Hex | A1 | D7 | CA | 19 | 0 | 6 | 10 | A6 | 28 | 4A |
| Octal | 241 | 327 | 312 | 31 | 0 | 6 | 20 | 246 | 50 | 112 |
| Binary | 10100001 | 11010111 | 11001010 | 11001 | 0 | 110 | 10000 | 10100110 | 101000 | 1001010 |
Color Harmonies of #A1D7CA
Complementary color
Monochromatic Colors of #A1D7CA
Black with #A1D7CA
Text Example
Text Example
White with #A1D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D7CA; }
p { color: rgb(161,215,202); }
H1.HeaderClassName
{
color: #A1D7CA;
}
.AnyTagClassName
{
color: #A1D7CA;
}
</style>
background-color css
<style>
a { background-color: #A1D7CA; }
a { background-color: rgb(161,215,202); }
div.DivClassName
{
background-color: #A1D7CA;
}
.BgClassName
{
background-color: #A1D7CA;
}
</style>
border-color css
<style>
span { border-color: #A1D7CA; }
span { border-color: rgb(161,215,202); }
td.TdClassName
{
border-color: #A1D7CA;
}
.TagClassName
{
border-color: #A1D7CA;
}
</style>