Shades of Sinbad #A0D1CD
Tints of Sinbad #A0D1CD
RGB
CMYK
RGB Variations
Color information
#A0D1CD (or 0xA0D1CD) is known color: Sinbad. HEX triplet: A0, D1 and CD. RGB value is (160,209,205). Sum of RGB (Red+Green+Blue) = 160+209+205=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1CD is #5F2E32. Grayscale: #C1C1C1. Windows color (decimal): -6237747 or 13488544. OLE color: 13488544.
HSL color Cylindrical-coordinate representation of color #A0D1CD: hue angle of 175.1º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D1CD is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 205 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.18 |
| HSL | 175.1º | 0.35% | 0.72% | - |
| HSV(B) | 175.1º | 0.23% | 0.82% | - |
| XYZ | 48.32 | 57.48 | 66.31 | - |
| YUV | 193.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 205 | 0.23 | 0 | 0.02 | 0.18 | 175.1 | 0.35 | 0.72 |
| Hex | A0 | D1 | CD | 17 | 0 | 2 | 12 | AF | 23 | 48 |
| Octal | 240 | 321 | 315 | 27 | 0 | 2 | 22 | 257 | 43 | 110 |
| Binary | 10100000 | 11010001 | 11001101 | 10111 | 0 | 10 | 10010 | 10101111 | 100011 | 1001000 |
Color Harmonies of #A0D1CD
Complementary color
Monochromatic Colors of #A0D1CD
Black with #A0D1CD
Text Example
Text Example
White with #A0D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1CD; }
p { color: rgb(160,209,205); }
H1.HeaderClassName
{
color: #A0D1CD;
}
.AnyTagClassName
{
color: #A0D1CD;
}
</style>
background-color css
<style>
a { background-color: #A0D1CD; }
a { background-color: rgb(160,209,205); }
div.DivClassName
{
background-color: #A0D1CD;
}
.BgClassName
{
background-color: #A0D1CD;
}
</style>
border-color css
<style>
span { border-color: #A0D1CD; }
span { border-color: rgb(160,209,205); }
td.TdClassName
{
border-color: #A0D1CD;
}
.TagClassName
{
border-color: #A0D1CD;
}
</style>