Shades of Sinbad #A0D7D4
Tints of Sinbad #A0D7D4
RGB
CMYK
RGB Variations
Color information
#A0D7D4 (or 0xA0D7D4) is known color: Sinbad. HEX triplet: A0, D7 and D4. RGB value is (160,215,212). Sum of RGB (Red+Green+Blue) = 160+215+212=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7D4 is #5F282B. Grayscale: #C6C6C6. Windows color (decimal): -6236204 or 13948832. OLE color: 13948832.
HSL color Cylindrical-coordinate representation of color #A0D7D4: hue angle of 176.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D7D4 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 212 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.16 |
| HSL | 176.73º | 0.41% | 0.74% | - |
| HSV(B) | 176.73º | 0.26% | 0.84% | - |
| XYZ | 50.68 | 60.83 | 71.36 | - |
| YUV | 198.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 212 | 0.26 | 0 | 0.01 | 0.16 | 176.73 | 0.41 | 0.74 |
| Hex | A0 | D7 | D4 | 1A | 0 | 1 | 10 | B1 | 29 | 4A |
| Octal | 240 | 327 | 324 | 32 | 0 | 1 | 20 | 261 | 51 | 112 |
| Binary | 10100000 | 11010111 | 11010100 | 11010 | 0 | 1 | 10000 | 10110001 | 101001 | 1001010 |
Color Harmonies of #A0D7D4
Complementary color
Monochromatic Colors of #A0D7D4
Black with #A0D7D4
Text Example
Text Example
White with #A0D7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7D4; }
p { color: rgb(160,215,212); }
H1.HeaderClassName
{
color: #A0D7D4;
}
.AnyTagClassName
{
color: #A0D7D4;
}
</style>
background-color css
<style>
a { background-color: #A0D7D4; }
a { background-color: rgb(160,215,212); }
div.DivClassName
{
background-color: #A0D7D4;
}
.BgClassName
{
background-color: #A0D7D4;
}
</style>
border-color css
<style>
span { border-color: #A0D7D4; }
span { border-color: rgb(160,215,212); }
td.TdClassName
{
border-color: #A0D7D4;
}
.TagClassName
{
border-color: #A0D7D4;
}
</style>