Shades of Sinbad #A0CEC6
Tints of Sinbad #A0CEC6
RGB
CMYK
RGB Variations
Color information
#A0CEC6 (or 0xA0CEC6) is known color: Sinbad. HEX triplet: A0, CE and C6. RGB value is (160,206,198). Sum of RGB (Red+Green+Blue) = 160+206+198=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEC6 is #5F3139. Grayscale: #BFBFBF. Windows color (decimal): -6238522 or 13029024. OLE color: 13029024.
HSL color Cylindrical-coordinate representation of color #A0CEC6: hue angle of 169.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEC6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 198 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.19 |
| HSL | 169.57º | 0.32% | 0.72% | - |
| HSV(B) | 169.57º | 0.22% | 0.81% | - |
| XYZ | 46.76 | 55.69 | 61.71 | - |
| YUV | 191.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 198 | 0.22 | 0 | 0.04 | 0.19 | 169.57 | 0.32 | 0.72 |
| Hex | A0 | CE | C6 | 16 | 0 | 4 | 13 | AA | 20 | 48 |
| Octal | 240 | 316 | 306 | 26 | 0 | 4 | 23 | 252 | 40 | 110 |
| Binary | 10100000 | 11001110 | 11000110 | 10110 | 0 | 100 | 10011 | 10101010 | 100000 | 1001000 |
Color Harmonies of #A0CEC6
Complementary color
Monochromatic Colors of #A0CEC6
Black with #A0CEC6
Text Example
Text Example
White with #A0CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEC6; }
p { color: rgb(160,206,198); }
H1.HeaderClassName
{
color: #A0CEC6;
}
.AnyTagClassName
{
color: #A0CEC6;
}
</style>
background-color css
<style>
a { background-color: #A0CEC6; }
a { background-color: rgb(160,206,198); }
div.DivClassName
{
background-color: #A0CEC6;
}
.BgClassName
{
background-color: #A0CEC6;
}
</style>
border-color css
<style>
span { border-color: #A0CEC6; }
span { border-color: rgb(160,206,198); }
td.TdClassName
{
border-color: #A0CEC6;
}
.TagClassName
{
border-color: #A0CEC6;
}
</style>