Shades of Sinbad #A0CECA
Tints of Sinbad #A0CECA
RGB
CMYK
RGB Variations
Color information
#A0CECA (or 0xA0CECA) is known color: Sinbad. HEX triplet: A0, CE and CA. RGB value is (160,206,202). Sum of RGB (Red+Green+Blue) = 160+206+202=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CECA is #5F3135. Grayscale: #BFBFBF. Windows color (decimal): -6238518 or 13291168. OLE color: 13291168.
HSL color Cylindrical-coordinate representation of color #A0CECA: hue angle of 174.78º 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 #A0CECA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 202 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.19 |
| HSL | 174.78º | 0.32% | 0.72% | - |
| HSV(B) | 174.78º | 0.22% | 0.81% | - |
| XYZ | 47.23 | 55.88 | 64.17 | - |
| YUV | 191.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 202 | 0.22 | 0 | 0.02 | 0.19 | 174.78 | 0.32 | 0.72 |
| Hex | A0 | CE | CA | 16 | 0 | 2 | 13 | AF | 20 | 48 |
| Octal | 240 | 316 | 312 | 26 | 0 | 2 | 23 | 257 | 40 | 110 |
| Binary | 10100000 | 11001110 | 11001010 | 10110 | 0 | 10 | 10011 | 10101111 | 100000 | 1001000 |
Color Harmonies of #A0CECA
Complementary color
Monochromatic Colors of #A0CECA
Black with #A0CECA
Text Example
Text Example
White with #A0CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CECA; }
p { color: rgb(160,206,202); }
H1.HeaderClassName
{
color: #A0CECA;
}
.AnyTagClassName
{
color: #A0CECA;
}
</style>
background-color css
<style>
a { background-color: #A0CECA; }
a { background-color: rgb(160,206,202); }
div.DivClassName
{
background-color: #A0CECA;
}
.BgClassName
{
background-color: #A0CECA;
}
</style>
border-color css
<style>
span { border-color: #A0CECA; }
span { border-color: rgb(160,206,202); }
td.TdClassName
{
border-color: #A0CECA;
}
.TagClassName
{
border-color: #A0CECA;
}
</style>