Shades of Sinbad #A2E0D8
Tints of Sinbad #A2E0D8
RGB
CMYK
RGB Variations
Color information
#A2E0D8 (or 0xA2E0D8) is known color: Sinbad. HEX triplet: A2, E0 and D8. RGB value is (162,224,216). Sum of RGB (Red+Green+Blue) = 162+224+216=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0D8 is #5D1F27. Grayscale: #CCCCCC. Windows color (decimal): -6102824 or 14213282. OLE color: 14213282.
HSL color Cylindrical-coordinate representation of color #A2E0D8: hue angle of 172.26º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E0D8 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 216 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.12 |
| HSL | 172.26º | 0.5% | 0.76% | - |
| HSV(B) | 172.26º | 0.28% | 0.88% | - |
| XYZ | 53.95 | 65.95 | 74.85 | - |
| YUV | 204.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 216 | 0.28 | 0 | 0.04 | 0.12 | 172.26 | 0.5 | 0.76 |
| Hex | A2 | E0 | D8 | 1C | 0 | 4 | C | AC | 32 | 4C |
| Octal | 242 | 340 | 330 | 34 | 0 | 4 | 14 | 254 | 62 | 114 |
| Binary | 10100010 | 11100000 | 11011000 | 11100 | 0 | 100 | 1100 | 10101100 | 110010 | 1001100 |
Color Harmonies of #A2E0D8
Complementary color
Monochromatic Colors of #A2E0D8
Black with #A2E0D8
Text Example
Text Example
White with #A2E0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E0D8; }
p { color: rgb(162,224,216); }
H1.HeaderClassName
{
color: #A2E0D8;
}
.AnyTagClassName
{
color: #A2E0D8;
}
</style>
background-color css
<style>
a { background-color: #A2E0D8; }
a { background-color: rgb(162,224,216); }
div.DivClassName
{
background-color: #A2E0D8;
}
.BgClassName
{
background-color: #A2E0D8;
}
</style>
border-color css
<style>
span { border-color: #A2E0D8; }
span { border-color: rgb(162,224,216); }
td.TdClassName
{
border-color: #A2E0D8;
}
.TagClassName
{
border-color: #A2E0D8;
}
</style>