Shades of Sinbad #A0D2CF
Tints of Sinbad #A0D2CF
RGB
CMYK
RGB Variations
Color information
#A0D2CF (or 0xA0D2CF) is known color: Sinbad. HEX triplet: A0, D2 and CF. RGB value is (160,210,207). Sum of RGB (Red+Green+Blue) = 160+210+207=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2CF is #5F2D30. Grayscale: #C2C2C2. Windows color (decimal): -6237489 or 13619872. OLE color: 13619872.
HSL color Cylindrical-coordinate representation of color #A0D2CF: hue angle of 176.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 #A0D2CF is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 207 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.18 |
| HSL | 176.4º | 0.36% | 0.73% | - |
| HSV(B) | 176.4º | 0.24% | 0.82% | - |
| XYZ | 48.81 | 58.07 | 67.67 | - |
| YUV | 194.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 207 | 0.24 | 0 | 0.01 | 0.18 | 176.4 | 0.36 | 0.73 |
| Hex | A0 | D2 | CF | 18 | 0 | 1 | 12 | B0 | 24 | 49 |
| Octal | 240 | 322 | 317 | 30 | 0 | 1 | 22 | 260 | 44 | 111 |
| Binary | 10100000 | 11010010 | 11001111 | 11000 | 0 | 1 | 10010 | 10110000 | 100100 | 1001001 |
Color Harmonies of #A0D2CF
Complementary color
Monochromatic Colors of #A0D2CF
Black with #A0D2CF
Text Example
Text Example
White with #A0D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2CF; }
p { color: rgb(160,210,207); }
H1.HeaderClassName
{
color: #A0D2CF;
}
.AnyTagClassName
{
color: #A0D2CF;
}
</style>
background-color css
<style>
a { background-color: #A0D2CF; }
a { background-color: rgb(160,210,207); }
div.DivClassName
{
background-color: #A0D2CF;
}
.BgClassName
{
background-color: #A0D2CF;
}
</style>
border-color css
<style>
span { border-color: #A0D2CF; }
span { border-color: rgb(160,210,207); }
td.TdClassName
{
border-color: #A0D2CF;
}
.TagClassName
{
border-color: #A0D2CF;
}
</style>