Shades of Sinbad #A0DDD0
Tints of Sinbad #A0DDD0
RGB
CMYK
RGB Variations
Color information
#A0DDD0 (or 0xA0DDD0) is known color: Sinbad. HEX triplet: A0, DD and D0. RGB value is (160,221,208). Sum of RGB (Red+Green+Blue) = 160+221+208=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDD0 is #5F222F. Grayscale: #C9C9C9. Windows color (decimal): -6234672 or 13688224. OLE color: 13688224.
HSL color Cylindrical-coordinate representation of color #A0DDD0: hue angle of 167.21º 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 #A0DDD0 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 160 | 221 | 208 | - |
CMYK | 0.28 | 0 | 0.06 | 0.13 |
HSL | 167.21º | 0.47% | 0.75% | - |
HSV(B) | 167.21º | 0.28% | 0.87% | - |
XYZ | 51.74 | 63.74 | 69.25 | - |
YUV | 201.28 | 131.79 | 98.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 221 | 208 | 0.28 | 0 | 0.06 | 0.13 | 167.21 | 0.47 | 0.75 |
Hex | A0 | DD | D0 | 1C | 0 | 6 | D | A7 | 2F | 4B |
Octal | 240 | 335 | 320 | 34 | 0 | 6 | 15 | 247 | 57 | 113 |
Binary | 10100000 | 11011101 | 11010000 | 11100 | 0 | 110 | 1101 | 10100111 | 101111 | 1001011 |
Color Harmonies of #A0DDD0
Complementary color
Monochromatic Colors of #A0DDD0
Black with #A0DDD0
Text Example
Text Example
White with #A0DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDD0; }
p { color: rgb(160,221,208); }
H1.HeaderClassName
{
color: #A0DDD0;
}
.AnyTagClassName
{
color: #A0DDD0;
}
</style>
background-color css
<style>
a { background-color: #A0DDD0; }
a { background-color: rgb(160,221,208); }
div.DivClassName
{
background-color: #A0DDD0;
}
.BgClassName
{
background-color: #A0DDD0;
}
</style>
border-color css
<style>
span { border-color: #A0DDD0; }
span { border-color: rgb(160,221,208); }
td.TdClassName
{
border-color: #A0DDD0;
}
.TagClassName
{
border-color: #A0DDD0;
}
</style>