Shades of Sinbad #A2D8CD
Tints of Sinbad #A2D8CD
RGB
CMYK
RGB Variations
Color information
#A2D8CD (or 0xA2D8CD) is known color: Sinbad. HEX triplet: A2, D8 and CD. RGB value is (162,216,205). Sum of RGB (Red+Green+Blue) = 162+216+205=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D8CD is #5D2732. Grayscale: #C6C6C6. Windows color (decimal): -6104883 or 13490338. OLE color: 13490338.
HSL color Cylindrical-coordinate representation of color #A2D8CD: hue angle of 167.78º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D8CD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 205 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.15 |
| HSL | 167.78º | 0.41% | 0.74% | - |
| HSV(B) | 167.78º | 0.25% | 0.85% | - |
| XYZ | 50.48 | 61.2 | 66.91 | - |
| YUV | 198.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 205 | 0.25 | 0 | 0.05 | 0.15 | 167.78 | 0.41 | 0.74 |
| Hex | A2 | D8 | CD | 19 | 0 | 5 | F | A8 | 29 | 4A |
| Octal | 242 | 330 | 315 | 31 | 0 | 5 | 17 | 250 | 51 | 112 |
| Binary | 10100010 | 11011000 | 11001101 | 11001 | 0 | 101 | 1111 | 10101000 | 101001 | 1001010 |
Color Harmonies of #A2D8CD
Complementary color
Monochromatic Colors of #A2D8CD
Black with #A2D8CD
Text Example
Text Example
White with #A2D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D8CD; }
p { color: rgb(162,216,205); }
H1.HeaderClassName
{
color: #A2D8CD;
}
.AnyTagClassName
{
color: #A2D8CD;
}
</style>
background-color css
<style>
a { background-color: #A2D8CD; }
a { background-color: rgb(162,216,205); }
div.DivClassName
{
background-color: #A2D8CD;
}
.BgClassName
{
background-color: #A2D8CD;
}
</style>
border-color css
<style>
span { border-color: #A2D8CD; }
span { border-color: rgb(162,216,205); }
td.TdClassName
{
border-color: #A2D8CD;
}
.TagClassName
{
border-color: #A2D8CD;
}
</style>