Shades of Sinbad #A2D0C8
Tints of Sinbad #A2D0C8
RGB
CMYK
RGB Variations
Color information
#A2D0C8 (or 0xA2D0C8) is known color: Sinbad. HEX triplet: A2, D0 and C8. RGB value is (162,208,200). Sum of RGB (Red+Green+Blue) = 162+208+200=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0C8 is #5D2F37. Grayscale: #C1C1C1. Windows color (decimal): -6106936 or 13160610. OLE color: 13160610.
HSL color Cylindrical-coordinate representation of color #A2D0C8: hue angle of 169.57º 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 #A2D0C8 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 200 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.18 |
| HSL | 169.57º | 0.33% | 0.73% | - |
| HSV(B) | 169.57º | 0.22% | 0.82% | - |
| XYZ | 47.88 | 56.96 | 63.11 | - |
| YUV | 193.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 200 | 0.22 | 0 | 0.04 | 0.18 | 169.57 | 0.33 | 0.73 |
| Hex | A2 | D0 | C8 | 16 | 0 | 4 | 12 | AA | 21 | 49 |
| Octal | 242 | 320 | 310 | 26 | 0 | 4 | 22 | 252 | 41 | 111 |
| Binary | 10100010 | 11010000 | 11001000 | 10110 | 0 | 100 | 10010 | 10101010 | 100001 | 1001001 |
Color Harmonies of #A2D0C8
Complementary color
Monochromatic Colors of #A2D0C8
Black with #A2D0C8
Text Example
Text Example
White with #A2D0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0C8; }
p { color: rgb(162,208,200); }
H1.HeaderClassName
{
color: #A2D0C8;
}
.AnyTagClassName
{
color: #A2D0C8;
}
</style>
background-color css
<style>
a { background-color: #A2D0C8; }
a { background-color: rgb(162,208,200); }
div.DivClassName
{
background-color: #A2D0C8;
}
.BgClassName
{
background-color: #A2D0C8;
}
</style>
border-color css
<style>
span { border-color: #A2D0C8; }
span { border-color: rgb(162,208,200); }
td.TdClassName
{
border-color: #A2D0C8;
}
.TagClassName
{
border-color: #A2D0C8;
}
</style>