Shades of Sinbad #A0CFC6
Tints of Sinbad #A0CFC6
RGB
CMYK
RGB Variations
Color information
#A0CFC6 (or 0xA0CFC6) is known color: Sinbad. HEX triplet: A0, CF and C6. RGB value is (160,207,198). Sum of RGB (Red+Green+Blue) = 160+207+198=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFC6 is #5F3039. Grayscale: #BFBFBF. Windows color (decimal): -6238266 or 13029280. OLE color: 13029280.
HSL color Cylindrical-coordinate representation of color #A0CFC6: hue angle of 168.51º 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 #A0CFC6 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 198 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.19 |
| HSL | 168.51º | 0.33% | 0.72% | - |
| HSV(B) | 168.51º | 0.23% | 0.81% | - |
| XYZ | 47 | 56.18 | 61.79 | - |
| YUV | 191.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 198 | 0.23 | 0 | 0.04 | 0.19 | 168.51 | 0.33 | 0.72 |
| Hex | A0 | CF | C6 | 17 | 0 | 4 | 13 | A9 | 21 | 48 |
| Octal | 240 | 317 | 306 | 27 | 0 | 4 | 23 | 251 | 41 | 110 |
| Binary | 10100000 | 11001111 | 11000110 | 10111 | 0 | 100 | 10011 | 10101001 | 100001 | 1001000 |
Color Harmonies of #A0CFC6
Complementary color
Monochromatic Colors of #A0CFC6
Black with #A0CFC6
Text Example
Text Example
White with #A0CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFC6; }
p { color: rgb(160,207,198); }
H1.HeaderClassName
{
color: #A0CFC6;
}
.AnyTagClassName
{
color: #A0CFC6;
}
</style>
background-color css
<style>
a { background-color: #A0CFC6; }
a { background-color: rgb(160,207,198); }
div.DivClassName
{
background-color: #A0CFC6;
}
.BgClassName
{
background-color: #A0CFC6;
}
</style>
border-color css
<style>
span { border-color: #A0CFC6; }
span { border-color: rgb(160,207,198); }
td.TdClassName
{
border-color: #A0CFC6;
}
.TagClassName
{
border-color: #A0CFC6;
}
</style>