Shades of Sinbad #A7D6D4
Tints of Sinbad #A7D6D4
RGB
CMYK
RGB Variations
Color information
#A7D6D4 (or 0xA7D6D4) is known color: Sinbad. HEX triplet: A7, D6 and D4. RGB value is (167,214,212). Sum of RGB (Red+Green+Blue) = 167+214+212=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D6D4 is #58292B. Grayscale: #C7C7C7. Windows color (decimal): -5777708 or 13948583. OLE color: 13948583.
HSL color Cylindrical-coordinate representation of color #A7D6D4: hue angle of 177.45º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D6D4 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 212 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.16 |
| HSL | 177.45º | 0.36% | 0.75% | - |
| HSV(B) | 177.45º | 0.22% | 0.84% | - |
| XYZ | 51.87 | 61.06 | 71.34 | - |
| YUV | 199.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 212 | 0.22 | 0 | 0.01 | 0.16 | 177.45 | 0.36 | 0.75 |
| Hex | A7 | D6 | D4 | 16 | 0 | 1 | 10 | B1 | 24 | 4B |
| Octal | 247 | 326 | 324 | 26 | 0 | 1 | 20 | 261 | 44 | 113 |
| Binary | 10100111 | 11010110 | 11010100 | 10110 | 0 | 1 | 10000 | 10110001 | 100100 | 1001011 |
Color Harmonies of #A7D6D4
Complementary color
Monochromatic Colors of #A7D6D4
Black with #A7D6D4
Text Example
Text Example
White with #A7D6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D6D4; }
p { color: rgb(167,214,212); }
H1.HeaderClassName
{
color: #A7D6D4;
}
.AnyTagClassName
{
color: #A7D6D4;
}
</style>
background-color css
<style>
a { background-color: #A7D6D4; }
a { background-color: rgb(167,214,212); }
div.DivClassName
{
background-color: #A7D6D4;
}
.BgClassName
{
background-color: #A7D6D4;
}
</style>
border-color css
<style>
span { border-color: #A7D6D4; }
span { border-color: rgb(167,214,212); }
td.TdClassName
{
border-color: #A7D6D4;
}
.TagClassName
{
border-color: #A7D6D4;
}
</style>