Shades of Sinbad #A0D4CC
Tints of Sinbad #A0D4CC
RGB
CMYK
RGB Variations
Color information
#A0D4CC (or 0xA0D4CC) is known color: Sinbad. HEX triplet: A0, D4 and CC. RGB value is (160,212,204). Sum of RGB (Red+Green+Blue) = 160+212+204=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D4CC is #5F2B33. Grayscale: #C3C3C3. Windows color (decimal): -6236980 or 13423776. OLE color: 13423776.
HSL color Cylindrical-coordinate representation of color #A0D4CC: hue angle of 170.77º 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 #A0D4CC is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 204 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.17 |
| HSL | 170.77º | 0.38% | 0.73% | - |
| HSV(B) | 170.77º | 0.25% | 0.83% | - |
| XYZ | 48.94 | 58.92 | 65.92 | - |
| YUV | 195.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 204 | 0.25 | 0 | 0.04 | 0.17 | 170.77 | 0.38 | 0.73 |
| Hex | A0 | D4 | CC | 19 | 0 | 4 | 11 | AB | 26 | 49 |
| Octal | 240 | 324 | 314 | 31 | 0 | 4 | 21 | 253 | 46 | 111 |
| Binary | 10100000 | 11010100 | 11001100 | 11001 | 0 | 100 | 10001 | 10101011 | 100110 | 1001001 |
Color Harmonies of #A0D4CC
Complementary color
Monochromatic Colors of #A0D4CC
Black with #A0D4CC
Text Example
Text Example
White with #A0D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D4CC; }
p { color: rgb(160,212,204); }
H1.HeaderClassName
{
color: #A0D4CC;
}
.AnyTagClassName
{
color: #A0D4CC;
}
</style>
background-color css
<style>
a { background-color: #A0D4CC; }
a { background-color: rgb(160,212,204); }
div.DivClassName
{
background-color: #A0D4CC;
}
.BgClassName
{
background-color: #A0D4CC;
}
</style>
border-color css
<style>
span { border-color: #A0D4CC; }
span { border-color: rgb(160,212,204); }
td.TdClassName
{
border-color: #A0D4CC;
}
.TagClassName
{
border-color: #A0D4CC;
}
</style>