Shades of Sinbad #A2D6CD
Tints of Sinbad #A2D6CD
RGB
CMYK
RGB Variations
Color information
#A2D6CD (or 0xA2D6CD) is known color: Sinbad. HEX triplet: A2, D6 and CD. RGB value is (162,214,205). Sum of RGB (Red+Green+Blue) = 162+214+205=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6CD is #5D2932. Grayscale: #C5C5C5. Windows color (decimal): -6105395 or 13489826. OLE color: 13489826.
HSL color Cylindrical-coordinate representation of color #A2D6CD: hue angle of 169.62º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D6CD is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 205 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.16 |
| HSL | 169.62º | 0.39% | 0.74% | - |
| HSV(B) | 169.62º | 0.24% | 0.84% | - |
| XYZ | 49.97 | 60.18 | 66.74 | - |
| YUV | 197.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 205 | 0.24 | 0 | 0.04 | 0.16 | 169.62 | 0.39 | 0.74 |
| Hex | A2 | D6 | CD | 18 | 0 | 4 | 10 | AA | 27 | 4A |
| Octal | 242 | 326 | 315 | 30 | 0 | 4 | 20 | 252 | 47 | 112 |
| Binary | 10100010 | 11010110 | 11001101 | 11000 | 0 | 100 | 10000 | 10101010 | 100111 | 1001010 |
Color Harmonies of #A2D6CD
Complementary color
Monochromatic Colors of #A2D6CD
Black with #A2D6CD
Text Example
Text Example
White with #A2D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6CD; }
p { color: rgb(162,214,205); }
H1.HeaderClassName
{
color: #A2D6CD;
}
.AnyTagClassName
{
color: #A2D6CD;
}
</style>
background-color css
<style>
a { background-color: #A2D6CD; }
a { background-color: rgb(162,214,205); }
div.DivClassName
{
background-color: #A2D6CD;
}
.BgClassName
{
background-color: #A2D6CD;
}
</style>
border-color css
<style>
span { border-color: #A2D6CD; }
span { border-color: rgb(162,214,205); }
td.TdClassName
{
border-color: #A2D6CD;
}
.TagClassName
{
border-color: #A2D6CD;
}
</style>