Shades of Sinbad #A0D2C5
Tints of Sinbad #A0D2C5
RGB
CMYK
RGB Variations
Color information
#A0D2C5 (or 0xA0D2C5) is known color: Sinbad. HEX triplet: A0, D2 and C5. RGB value is (160,210,197). Sum of RGB (Red+Green+Blue) = 160+210+197=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2C5 is #5F2D3A. Grayscale: #C1C1C1. Windows color (decimal): -6237499 or 12964512. OLE color: 12964512.
HSL color Cylindrical-coordinate representation of color #A0D2C5: hue angle of 164.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D2C5 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 197 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.18 |
| HSL | 164.4º | 0.36% | 0.73% | - |
| HSV(B) | 164.4º | 0.24% | 0.82% | - |
| XYZ | 47.62 | 57.6 | 61.43 | - |
| YUV | 193.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 197 | 0.24 | 0 | 0.06 | 0.18 | 164.4 | 0.36 | 0.73 |
| Hex | A0 | D2 | C5 | 18 | 0 | 6 | 12 | A4 | 24 | 49 |
| Octal | 240 | 322 | 305 | 30 | 0 | 6 | 22 | 244 | 44 | 111 |
| Binary | 10100000 | 11010010 | 11000101 | 11000 | 0 | 110 | 10010 | 10100100 | 100100 | 1001001 |
Color Harmonies of #A0D2C5
Complementary color
Monochromatic Colors of #A0D2C5
Black with #A0D2C5
Text Example
Text Example
White with #A0D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2C5; }
p { color: rgb(160,210,197); }
H1.HeaderClassName
{
color: #A0D2C5;
}
.AnyTagClassName
{
color: #A0D2C5;
}
</style>
background-color css
<style>
a { background-color: #A0D2C5; }
a { background-color: rgb(160,210,197); }
div.DivClassName
{
background-color: #A0D2C5;
}
.BgClassName
{
background-color: #A0D2C5;
}
</style>
border-color css
<style>
span { border-color: #A0D2C5; }
span { border-color: rgb(160,210,197); }
td.TdClassName
{
border-color: #A0D2C5;
}
.TagClassName
{
border-color: #A0D2C5;
}
</style>