Shades of Sinbad #A0D9CC
Tints of Sinbad #A0D9CC
RGB
CMYK
RGB Variations
Color information
#A0D9CC (or 0xA0D9CC) is known color: Sinbad. HEX triplet: A0, D9 and CC. RGB value is (160,217,204). Sum of RGB (Red+Green+Blue) = 160+217+204=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9CC is #5F2633. Grayscale: #C6C6C6. Windows color (decimal): -6235700 or 13425056. OLE color: 13425056.
HSL color Cylindrical-coordinate representation of color #A0D9CC: hue angle of 166.32º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D9CC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 204 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.15 |
| HSL | 166.32º | 0.43% | 0.74% | - |
| HSV(B) | 166.32º | 0.26% | 0.85% | - |
| XYZ | 50.21 | 61.46 | 66.34 | - |
| YUV | 198.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 204 | 0.26 | 0 | 0.06 | 0.15 | 166.32 | 0.43 | 0.74 |
| Hex | A0 | D9 | CC | 1A | 0 | 6 | F | A6 | 2B | 4A |
| Octal | 240 | 331 | 314 | 32 | 0 | 6 | 17 | 246 | 53 | 112 |
| Binary | 10100000 | 11011001 | 11001100 | 11010 | 0 | 110 | 1111 | 10100110 | 101011 | 1001010 |
Color Harmonies of #A0D9CC
Complementary color
Monochromatic Colors of #A0D9CC
Black with #A0D9CC
Text Example
Text Example
White with #A0D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9CC; }
p { color: rgb(160,217,204); }
H1.HeaderClassName
{
color: #A0D9CC;
}
.AnyTagClassName
{
color: #A0D9CC;
}
</style>
background-color css
<style>
a { background-color: #A0D9CC; }
a { background-color: rgb(160,217,204); }
div.DivClassName
{
background-color: #A0D9CC;
}
.BgClassName
{
background-color: #A0D9CC;
}
</style>
border-color css
<style>
span { border-color: #A0D9CC; }
span { border-color: rgb(160,217,204); }
td.TdClassName
{
border-color: #A0D9CC;
}
.TagClassName
{
border-color: #A0D9CC;
}
</style>