Shades of Sinbad #A0CEC5
Tints of Sinbad #A0CEC5
RGB
CMYK
RGB Variations
Color information
#A0CEC5 (or 0xA0CEC5) is known color: Sinbad. HEX triplet: A0, CE and C5. RGB value is (160,206,197). Sum of RGB (Red+Green+Blue) = 160+206+197=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEC5 is #5F313A. Grayscale: #BFBFBF. Windows color (decimal): -6238523 or 12963488. OLE color: 12963488.
HSL color Cylindrical-coordinate representation of color #A0CEC5: hue angle of 168.26º 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 #A0CEC5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 197 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.19 |
| HSL | 168.26º | 0.32% | 0.72% | - |
| HSV(B) | 168.26º | 0.22% | 0.81% | - |
| XYZ | 46.65 | 55.65 | 61.11 | - |
| YUV | 191.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 197 | 0.22 | 0 | 0.04 | 0.19 | 168.26 | 0.32 | 0.72 |
| Hex | A0 | CE | C5 | 16 | 0 | 4 | 13 | A8 | 20 | 48 |
| Octal | 240 | 316 | 305 | 26 | 0 | 4 | 23 | 250 | 40 | 110 |
| Binary | 10100000 | 11001110 | 11000101 | 10110 | 0 | 100 | 10011 | 10101000 | 100000 | 1001000 |
Color Harmonies of #A0CEC5
Complementary color
Monochromatic Colors of #A0CEC5
Black with #A0CEC5
Text Example
Text Example
White with #A0CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEC5; }
p { color: rgb(160,206,197); }
H1.HeaderClassName
{
color: #A0CEC5;
}
.AnyTagClassName
{
color: #A0CEC5;
}
</style>
background-color css
<style>
a { background-color: #A0CEC5; }
a { background-color: rgb(160,206,197); }
div.DivClassName
{
background-color: #A0CEC5;
}
.BgClassName
{
background-color: #A0CEC5;
}
</style>
border-color css
<style>
span { border-color: #A0CEC5; }
span { border-color: rgb(160,206,197); }
td.TdClassName
{
border-color: #A0CEC5;
}
.TagClassName
{
border-color: #A0CEC5;
}
</style>