Shades of Sinbad #A6D5D4
Tints of Sinbad #A6D5D4
RGB
CMYK
RGB Variations
Color information
#A6D5D4 (or 0xA6D5D4) is known color: Sinbad. HEX triplet: A6, D5 and D4. RGB value is (166,213,212). Sum of RGB (Red+Green+Blue) = 166+213+212=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5D4 is #592A2B. Grayscale: #C6C6C6. Windows color (decimal): -5843500 or 13948326. OLE color: 13948326.
HSL color Cylindrical-coordinate representation of color #A6D5D4: hue angle of 178.72º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5D4 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 213 | 212 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.16 |
| HSL | 178.72º | 0.36% | 0.74% | - |
| HSV(B) | 178.72º | 0.22% | 0.84% | - |
| XYZ | 51.4 | 60.45 | 71.25 | - |
| YUV | 198.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 213 | 212 | 0.22 | 0 | 0.00 | 0.16 | 178.72 | 0.36 | 0.74 |
| Hex | A6 | D5 | D4 | 16 | 0 | 0 | 10 | B3 | 24 | 4A |
| Octal | 246 | 325 | 324 | 26 | 0 | 0 | 20 | 263 | 44 | 112 |
| Binary | 10100110 | 11010101 | 11010100 | 10110 | 0 | 0 | 10000 | 10110011 | 100100 | 1001010 |
Color Harmonies of #A6D5D4
Complementary color
Monochromatic Colors of #A6D5D4
Black with #A6D5D4
Text Example
Text Example
White with #A6D5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D5D4; }
p { color: rgb(166,213,212); }
H1.HeaderClassName
{
color: #A6D5D4;
}
.AnyTagClassName
{
color: #A6D5D4;
}
</style>
background-color css
<style>
a { background-color: #A6D5D4; }
a { background-color: rgb(166,213,212); }
div.DivClassName
{
background-color: #A6D5D4;
}
.BgClassName
{
background-color: #A6D5D4;
}
</style>
border-color css
<style>
span { border-color: #A6D5D4; }
span { border-color: rgb(166,213,212); }
td.TdClassName
{
border-color: #A6D5D4;
}
.TagClassName
{
border-color: #A6D5D4;
}
</style>