Shades of Sinbad #A0DDD4
Tints of Sinbad #A0DDD4
RGB
CMYK
RGB Variations
Color information
#A0DDD4 (or 0xA0DDD4) is known color: Sinbad. HEX triplet: A0, DD and D4. RGB value is (160,221,212). Sum of RGB (Red+Green+Blue) = 160+221+212=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDD4 is #5F222B. Grayscale: #C9C9C9. Windows color (decimal): -6234668 or 13950368. OLE color: 13950368.
HSL color Cylindrical-coordinate representation of color #A0DDD4: hue angle of 171.15º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDD4 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 212 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.13 |
| HSL | 171.15º | 0.47% | 0.75% | - |
| HSV(B) | 171.15º | 0.28% | 0.87% | - |
| XYZ | 52.24 | 63.94 | 71.88 | - |
| YUV | 201.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 212 | 0.28 | 0 | 0.04 | 0.13 | 171.15 | 0.47 | 0.75 |
| Hex | A0 | DD | D4 | 1C | 0 | 4 | D | AB | 2F | 4B |
| Octal | 240 | 335 | 324 | 34 | 0 | 4 | 15 | 253 | 57 | 113 |
| Binary | 10100000 | 11011101 | 11010100 | 11100 | 0 | 100 | 1101 | 10101011 | 101111 | 1001011 |
Color Harmonies of #A0DDD4
Complementary color
Monochromatic Colors of #A0DDD4
Black with #A0DDD4
Text Example
Text Example
White with #A0DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDD4; }
p { color: rgb(160,221,212); }
H1.HeaderClassName
{
color: #A0DDD4;
}
.AnyTagClassName
{
color: #A0DDD4;
}
</style>
background-color css
<style>
a { background-color: #A0DDD4; }
a { background-color: rgb(160,221,212); }
div.DivClassName
{
background-color: #A0DDD4;
}
.BgClassName
{
background-color: #A0DDD4;
}
</style>
border-color css
<style>
span { border-color: #A0DDD4; }
span { border-color: rgb(160,221,212); }
td.TdClassName
{
border-color: #A0DDD4;
}
.TagClassName
{
border-color: #A0DDD4;
}
</style>