Shades of Sinbad #A2D0C9
Tints of Sinbad #A2D0C9
RGB
CMYK
RGB Variations
Color information
#A2D0C9 (or 0xA2D0C9) is known color: Sinbad. HEX triplet: A2, D0 and C9. RGB value is (162,208,201). Sum of RGB (Red+Green+Blue) = 162+208+201=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0C9 is #5D2F36. Grayscale: #C1C1C1. Windows color (decimal): -6106935 or 13226146. OLE color: 13226146.
HSL color Cylindrical-coordinate representation of color #A2D0C9: hue angle of 170.87º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D0C9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 201 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.18 |
| HSL | 170.87º | 0.33% | 0.73% | - |
| HSV(B) | 170.87º | 0.22% | 0.82% | - |
| XYZ | 48 | 57.01 | 63.73 | - |
| YUV | 193.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 201 | 0.22 | 0 | 0.03 | 0.18 | 170.87 | 0.33 | 0.73 |
| Hex | A2 | D0 | C9 | 16 | 0 | 3 | 12 | AB | 21 | 49 |
| Octal | 242 | 320 | 311 | 26 | 0 | 3 | 22 | 253 | 41 | 111 |
| Binary | 10100010 | 11010000 | 11001001 | 10110 | 0 | 11 | 10010 | 10101011 | 100001 | 1001001 |
Color Harmonies of #A2D0C9
Complementary color
Monochromatic Colors of #A2D0C9
Black with #A2D0C9
Text Example
Text Example
White with #A2D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0C9; }
p { color: rgb(162,208,201); }
H1.HeaderClassName
{
color: #A2D0C9;
}
.AnyTagClassName
{
color: #A2D0C9;
}
</style>
background-color css
<style>
a { background-color: #A2D0C9; }
a { background-color: rgb(162,208,201); }
div.DivClassName
{
background-color: #A2D0C9;
}
.BgClassName
{
background-color: #A2D0C9;
}
</style>
border-color css
<style>
span { border-color: #A2D0C9; }
span { border-color: rgb(162,208,201); }
td.TdClassName
{
border-color: #A2D0C9;
}
.TagClassName
{
border-color: #A2D0C9;
}
</style>