Shades of Sinbad #A0D2CA
Tints of Sinbad #A0D2CA
RGB
CMYK
RGB Variations
Color information
#A0D2CA (or 0xA0D2CA) is known color: Sinbad. HEX triplet: A0, D2 and CA. RGB value is (160,210,202). Sum of RGB (Red+Green+Blue) = 160+210+202=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2CA is #5F2D35. Grayscale: #C2C2C2. Windows color (decimal): -6237494 or 13292192. OLE color: 13292192.
HSL color Cylindrical-coordinate representation of color #A0D2CA: hue angle of 170.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 #A0D2CA is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 202 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.18 |
| HSL | 170.4º | 0.36% | 0.73% | - |
| HSV(B) | 170.4º | 0.24% | 0.82% | - |
| XYZ | 48.2 | 57.83 | 64.5 | - |
| YUV | 194.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 202 | 0.24 | 0 | 0.04 | 0.18 | 170.4 | 0.36 | 0.73 |
| Hex | A0 | D2 | CA | 18 | 0 | 4 | 12 | AA | 24 | 49 |
| Octal | 240 | 322 | 312 | 30 | 0 | 4 | 22 | 252 | 44 | 111 |
| Binary | 10100000 | 11010010 | 11001010 | 11000 | 0 | 100 | 10010 | 10101010 | 100100 | 1001001 |
Color Harmonies of #A0D2CA
Complementary color
Monochromatic Colors of #A0D2CA
Black with #A0D2CA
Text Example
Text Example
White with #A0D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2CA; }
p { color: rgb(160,210,202); }
H1.HeaderClassName
{
color: #A0D2CA;
}
.AnyTagClassName
{
color: #A0D2CA;
}
</style>
background-color css
<style>
a { background-color: #A0D2CA; }
a { background-color: rgb(160,210,202); }
div.DivClassName
{
background-color: #A0D2CA;
}
.BgClassName
{
background-color: #A0D2CA;
}
</style>
border-color css
<style>
span { border-color: #A0D2CA; }
span { border-color: rgb(160,210,202); }
td.TdClassName
{
border-color: #A0D2CA;
}
.TagClassName
{
border-color: #A0D2CA;
}
</style>