Shades of Sinbad #A0CFCC
Tints of Sinbad #A0CFCC
RGB
CMYK
RGB Variations
Color information
#A0CFCC (or 0xA0CFCC) is known color: Sinbad. HEX triplet: A0, CF and CC. RGB value is (160,207,204). Sum of RGB (Red+Green+Blue) = 160+207+204=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFCC is #5F3033. Grayscale: #C0C0C0. Windows color (decimal): -6238260 or 13422496. OLE color: 13422496.
HSL color Cylindrical-coordinate representation of color #A0CFCC: hue angle of 176.17º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFCC is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 204 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.19 |
| HSL | 176.17º | 0.33% | 0.72% | - |
| HSV(B) | 176.17º | 0.23% | 0.81% | - |
| XYZ | 47.71 | 56.46 | 65.51 | - |
| YUV | 192.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 204 | 0.23 | 0 | 0.01 | 0.19 | 176.17 | 0.33 | 0.72 |
| Hex | A0 | CF | CC | 17 | 0 | 1 | 13 | B0 | 21 | 48 |
| Octal | 240 | 317 | 314 | 27 | 0 | 1 | 23 | 260 | 41 | 110 |
| Binary | 10100000 | 11001111 | 11001100 | 10111 | 0 | 1 | 10011 | 10110000 | 100001 | 1001000 |
Color Harmonies of #A0CFCC
Complementary color
Monochromatic Colors of #A0CFCC
Black with #A0CFCC
Text Example
Text Example
White with #A0CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFCC; }
p { color: rgb(160,207,204); }
H1.HeaderClassName
{
color: #A0CFCC;
}
.AnyTagClassName
{
color: #A0CFCC;
}
</style>
background-color css
<style>
a { background-color: #A0CFCC; }
a { background-color: rgb(160,207,204); }
div.DivClassName
{
background-color: #A0CFCC;
}
.BgClassName
{
background-color: #A0CFCC;
}
</style>
border-color css
<style>
span { border-color: #A0CFCC; }
span { border-color: rgb(160,207,204); }
td.TdClassName
{
border-color: #A0CFCC;
}
.TagClassName
{
border-color: #A0CFCC;
}
</style>