Shades of Sinbad #A0D5CB
Tints of Sinbad #A0D5CB
RGB
CMYK
RGB Variations
Color information
#A0D5CB (or 0xA0D5CB) is known color: Sinbad. HEX triplet: A0, D5 and CB. RGB value is (160,213,203). Sum of RGB (Red+Green+Blue) = 160+213+203=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D5CB is #5F2A34. Grayscale: #C4C4C4. Windows color (decimal): -6236725 or 13358496. OLE color: 13358496.
HSL color Cylindrical-coordinate representation of color #A0D5CB: hue angle of 168.68º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D5CB is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 203 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.16 |
| HSL | 168.68º | 0.39% | 0.73% | - |
| HSV(B) | 168.68º | 0.25% | 0.84% | - |
| XYZ | 49.07 | 59.37 | 65.37 | - |
| YUV | 196.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 203 | 0.25 | 0 | 0.05 | 0.16 | 168.68 | 0.39 | 0.73 |
| Hex | A0 | D5 | CB | 19 | 0 | 5 | 10 | A9 | 27 | 49 |
| Octal | 240 | 325 | 313 | 31 | 0 | 5 | 20 | 251 | 47 | 111 |
| Binary | 10100000 | 11010101 | 11001011 | 11001 | 0 | 101 | 10000 | 10101001 | 100111 | 1001001 |
Color Harmonies of #A0D5CB
Complementary color
Monochromatic Colors of #A0D5CB
Black with #A0D5CB
Text Example
Text Example
White with #A0D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D5CB; }
p { color: rgb(160,213,203); }
H1.HeaderClassName
{
color: #A0D5CB;
}
.AnyTagClassName
{
color: #A0D5CB;
}
</style>
background-color css
<style>
a { background-color: #A0D5CB; }
a { background-color: rgb(160,213,203); }
div.DivClassName
{
background-color: #A0D5CB;
}
.BgClassName
{
background-color: #A0D5CB;
}
</style>
border-color css
<style>
span { border-color: #A0D5CB; }
span { border-color: rgb(160,213,203); }
td.TdClassName
{
border-color: #A0D5CB;
}
.TagClassName
{
border-color: #A0D5CB;
}
</style>