Shades of Sinbad #A0D4CE
Tints of Sinbad #A0D4CE
RGB
CMYK
RGB Variations
Color information
#A0D4CE (or 0xA0D4CE) is known color: Sinbad. HEX triplet: A0, D4 and CE. RGB value is (160,212,206). Sum of RGB (Red+Green+Blue) = 160+212+206=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D4CE is #5F2B31. Grayscale: #C3C3C3. Windows color (decimal): -6236978 or 13554848. OLE color: 13554848.
HSL color Cylindrical-coordinate representation of color #A0D4CE: hue angle of 173.08º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D4CE is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 206 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.17 |
| HSL | 173.08º | 0.38% | 0.73% | - |
| HSV(B) | 173.08º | 0.25% | 0.83% | - |
| XYZ | 49.18 | 59.02 | 67.19 | - |
| YUV | 195.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 206 | 0.25 | 0 | 0.03 | 0.17 | 173.08 | 0.38 | 0.73 |
| Hex | A0 | D4 | CE | 19 | 0 | 3 | 11 | AD | 26 | 49 |
| Octal | 240 | 324 | 316 | 31 | 0 | 3 | 21 | 255 | 46 | 111 |
| Binary | 10100000 | 11010100 | 11001110 | 11001 | 0 | 11 | 10001 | 10101101 | 100110 | 1001001 |
Color Harmonies of #A0D4CE
Complementary color
Monochromatic Colors of #A0D4CE
Black with #A0D4CE
Text Example
Text Example
White with #A0D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D4CE; }
p { color: rgb(160,212,206); }
H1.HeaderClassName
{
color: #A0D4CE;
}
.AnyTagClassName
{
color: #A0D4CE;
}
</style>
background-color css
<style>
a { background-color: #A0D4CE; }
a { background-color: rgb(160,212,206); }
div.DivClassName
{
background-color: #A0D4CE;
}
.BgClassName
{
background-color: #A0D4CE;
}
</style>
border-color css
<style>
span { border-color: #A0D4CE; }
span { border-color: rgb(160,212,206); }
td.TdClassName
{
border-color: #A0D4CE;
}
.TagClassName
{
border-color: #A0D4CE;
}
</style>