Shades of Sinbad #A2D5CD
Tints of Sinbad #A2D5CD
RGB
CMYK
RGB Variations
Color information
#A2D5CD (or 0xA2D5CD) is known color: Sinbad. HEX triplet: A2, D5 and CD. RGB value is (162,213,205). Sum of RGB (Red+Green+Blue) = 162+213+205=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D5CD is #5D2A32. Grayscale: #C4C4C4. Windows color (decimal): -6105651 or 13489570. OLE color: 13489570.
HSL color Cylindrical-coordinate representation of color #A2D5CD: hue angle of 170.59º degrees, saturation: 0.38, 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 #A2D5CD is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 205 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.16 |
| HSL | 170.59º | 0.38% | 0.74% | - |
| HSV(B) | 170.59º | 0.24% | 0.84% | - |
| XYZ | 49.71 | 59.68 | 66.66 | - |
| YUV | 196.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 205 | 0.24 | 0 | 0.04 | 0.16 | 170.59 | 0.38 | 0.74 |
| Hex | A2 | D5 | CD | 18 | 0 | 4 | 10 | AB | 26 | 4A |
| Octal | 242 | 325 | 315 | 30 | 0 | 4 | 20 | 253 | 46 | 112 |
| Binary | 10100010 | 11010101 | 11001101 | 11000 | 0 | 100 | 10000 | 10101011 | 100110 | 1001010 |
Color Harmonies of #A2D5CD
Complementary color
Monochromatic Colors of #A2D5CD
Black with #A2D5CD
Text Example
Text Example
White with #A2D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D5CD; }
p { color: rgb(162,213,205); }
H1.HeaderClassName
{
color: #A2D5CD;
}
.AnyTagClassName
{
color: #A2D5CD;
}
</style>
background-color css
<style>
a { background-color: #A2D5CD; }
a { background-color: rgb(162,213,205); }
div.DivClassName
{
background-color: #A2D5CD;
}
.BgClassName
{
background-color: #A2D5CD;
}
</style>
border-color css
<style>
span { border-color: #A2D5CD; }
span { border-color: rgb(162,213,205); }
td.TdClassName
{
border-color: #A2D5CD;
}
.TagClassName
{
border-color: #A2D5CD;
}
</style>