Shades of Sinbad #A0DDD3
Tints of Sinbad #A0DDD3
RGB
CMYK
RGB Variations
Color information
#A0DDD3 (or 0xA0DDD3) is known color: Sinbad. HEX triplet: A0, DD and D3. RGB value is (160,221,211). Sum of RGB (Red+Green+Blue) = 160+221+211=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDD3 is #5F222C. Grayscale: #C9C9C9. Windows color (decimal): -6234669 or 13884832. OLE color: 13884832.
HSL color Cylindrical-coordinate representation of color #A0DDD3: hue angle of 170.16º 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 #A0DDD3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 211 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.13 |
| HSL | 170.16º | 0.47% | 0.75% | - |
| HSV(B) | 170.16º | 0.28% | 0.87% | - |
| XYZ | 52.11 | 63.89 | 71.21 | - |
| YUV | 201.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 211 | 0.28 | 0 | 0.05 | 0.13 | 170.16 | 0.47 | 0.75 |
| Hex | A0 | DD | D3 | 1C | 0 | 5 | D | AA | 2F | 4B |
| Octal | 240 | 335 | 323 | 34 | 0 | 5 | 15 | 252 | 57 | 113 |
| Binary | 10100000 | 11011101 | 11010011 | 11100 | 0 | 101 | 1101 | 10101010 | 101111 | 1001011 |
Color Harmonies of #A0DDD3
Complementary color
Monochromatic Colors of #A0DDD3
Black with #A0DDD3
Text Example
Text Example
White with #A0DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDD3; }
p { color: rgb(160,221,211); }
H1.HeaderClassName
{
color: #A0DDD3;
}
.AnyTagClassName
{
color: #A0DDD3;
}
</style>
background-color css
<style>
a { background-color: #A0DDD3; }
a { background-color: rgb(160,221,211); }
div.DivClassName
{
background-color: #A0DDD3;
}
.BgClassName
{
background-color: #A0DDD3;
}
</style>
border-color css
<style>
span { border-color: #A0DDD3; }
span { border-color: rgb(160,221,211); }
td.TdClassName
{
border-color: #A0DDD3;
}
.TagClassName
{
border-color: #A0DDD3;
}
</style>