Shades of Sinbad #A6D6D3
Tints of Sinbad #A6D6D3
RGB
CMYK
RGB Variations
Color information
#A6D6D3 (or 0xA6D6D3) is known color: Sinbad. HEX triplet: A6, D6 and D3. RGB value is (166,214,211). Sum of RGB (Red+Green+Blue) = 166+214+211=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6D3 is #59292C. Grayscale: #C7C7C7. Windows color (decimal): -5843245 or 13883046. OLE color: 13883046.
HSL color Cylindrical-coordinate representation of color #A6D6D3: hue angle of 176.25º degrees, saturation: 0.37, 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 #A6D6D3 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 211 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.16 |
| HSL | 176.25º | 0.37% | 0.75% | - |
| HSV(B) | 176.25º | 0.22% | 0.84% | - |
| XYZ | 51.53 | 60.9 | 70.67 | - |
| YUV | 199.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 211 | 0.22 | 0 | 0.01 | 0.16 | 176.25 | 0.37 | 0.75 |
| Hex | A6 | D6 | D3 | 16 | 0 | 1 | 10 | B0 | 25 | 4B |
| Octal | 246 | 326 | 323 | 26 | 0 | 1 | 20 | 260 | 45 | 113 |
| Binary | 10100110 | 11010110 | 11010011 | 10110 | 0 | 1 | 10000 | 10110000 | 100101 | 1001011 |
Color Harmonies of #A6D6D3
Complementary color
Monochromatic Colors of #A6D6D3
Black with #A6D6D3
Text Example
Text Example
White with #A6D6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6D3; }
p { color: rgb(166,214,211); }
H1.HeaderClassName
{
color: #A6D6D3;
}
.AnyTagClassName
{
color: #A6D6D3;
}
</style>
background-color css
<style>
a { background-color: #A6D6D3; }
a { background-color: rgb(166,214,211); }
div.DivClassName
{
background-color: #A6D6D3;
}
.BgClassName
{
background-color: #A6D6D3;
}
</style>
border-color css
<style>
span { border-color: #A6D6D3; }
span { border-color: rgb(166,214,211); }
td.TdClassName
{
border-color: #A6D6D3;
}
.TagClassName
{
border-color: #A6D6D3;
}
</style>