Shades of Sinbad #A2D7CD
Tints of Sinbad #A2D7CD
RGB
CMYK
RGB Variations
Color information
#A2D7CD (or 0xA2D7CD) is known color: Sinbad. HEX triplet: A2, D7 and CD. RGB value is (162,215,205). Sum of RGB (Red+Green+Blue) = 162+215+205=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D7CD is #5D2832. Grayscale: #C6C6C6. Windows color (decimal): -6105139 or 13490082. OLE color: 13490082.
HSL color Cylindrical-coordinate representation of color #A2D7CD: hue angle of 168.68º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7CD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 205 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.16 |
| HSL | 168.68º | 0.4% | 0.74% | - |
| HSV(B) | 168.68º | 0.25% | 0.84% | - |
| XYZ | 50.22 | 60.69 | 66.83 | - |
| YUV | 198.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 205 | 0.25 | 0 | 0.05 | 0.16 | 168.68 | 0.4 | 0.74 |
| Hex | A2 | D7 | CD | 19 | 0 | 5 | 10 | A9 | 28 | 4A |
| Octal | 242 | 327 | 315 | 31 | 0 | 5 | 20 | 251 | 50 | 112 |
| Binary | 10100010 | 11010111 | 11001101 | 11001 | 0 | 101 | 10000 | 10101001 | 101000 | 1001010 |
Color Harmonies of #A2D7CD
Complementary color
Monochromatic Colors of #A2D7CD
Black with #A2D7CD
Text Example
Text Example
White with #A2D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7CD; }
p { color: rgb(162,215,205); }
H1.HeaderClassName
{
color: #A2D7CD;
}
.AnyTagClassName
{
color: #A2D7CD;
}
</style>
background-color css
<style>
a { background-color: #A2D7CD; }
a { background-color: rgb(162,215,205); }
div.DivClassName
{
background-color: #A2D7CD;
}
.BgClassName
{
background-color: #A2D7CD;
}
</style>
border-color css
<style>
span { border-color: #A2D7CD; }
span { border-color: rgb(162,215,205); }
td.TdClassName
{
border-color: #A2D7CD;
}
.TagClassName
{
border-color: #A2D7CD;
}
</style>