Shades of Sinbad #A0D2CB
Tints of Sinbad #A0D2CB
RGB
CMYK
RGB Variations
Color information
#A0D2CB (or 0xA0D2CB) is known color: Sinbad. HEX triplet: A0, D2 and CB. RGB value is (160,210,203). Sum of RGB (Red+Green+Blue) = 160+210+203=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2CB is #5F2D34. Grayscale: #C2C2C2. Windows color (decimal): -6237493 or 13357728. OLE color: 13357728.
HSL color Cylindrical-coordinate representation of color #A0D2CB: hue angle of 171.6º 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 #A0D2CB is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 203 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.18 |
| HSL | 171.6º | 0.36% | 0.73% | - |
| HSV(B) | 171.6º | 0.24% | 0.82% | - |
| XYZ | 48.32 | 57.88 | 65.12 | - |
| YUV | 194.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 203 | 0.24 | 0 | 0.03 | 0.18 | 171.6 | 0.36 | 0.73 |
| Hex | A0 | D2 | CB | 18 | 0 | 3 | 12 | AC | 24 | 49 |
| Octal | 240 | 322 | 313 | 30 | 0 | 3 | 22 | 254 | 44 | 111 |
| Binary | 10100000 | 11010010 | 11001011 | 11000 | 0 | 11 | 10010 | 10101100 | 100100 | 1001001 |
Color Harmonies of #A0D2CB
Complementary color
Monochromatic Colors of #A0D2CB
Black with #A0D2CB
Text Example
Text Example
White with #A0D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2CB; }
p { color: rgb(160,210,203); }
H1.HeaderClassName
{
color: #A0D2CB;
}
.AnyTagClassName
{
color: #A0D2CB;
}
</style>
background-color css
<style>
a { background-color: #A0D2CB; }
a { background-color: rgb(160,210,203); }
div.DivClassName
{
background-color: #A0D2CB;
}
.BgClassName
{
background-color: #A0D2CB;
}
</style>
border-color css
<style>
span { border-color: #A0D2CB; }
span { border-color: rgb(160,210,203); }
td.TdClassName
{
border-color: #A0D2CB;
}
.TagClassName
{
border-color: #A0D2CB;
}
</style>