Shades of Sinbad #A2E0DD
Tints of Sinbad #A2E0DD
RGB
CMYK
RGB Variations
Color information
#A2E0DD (or 0xA2E0DD) is known color: Sinbad. HEX triplet: A2, E0 and DD. RGB value is (162,224,221). Sum of RGB (Red+Green+Blue) = 162+224+221=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0DD is #5D1F22. Grayscale: #CDCDCD. Windows color (decimal): -6102819 or 14540962. OLE color: 14540962.
HSL color Cylindrical-coordinate representation of color #A2E0DD: hue angle of 177.1º 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 #A2E0DD is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 224 | 221 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.12 |
| HSL | 177.1º | 0.5% | 0.76% | - |
| HSV(B) | 177.1º | 0.28% | 0.88% | - |
| XYZ | 54.61 | 66.21 | 78.31 | - |
| YUV | 205.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 221 | 0.28 | 0 | 0.01 | 0.12 | 177.1 | 0.5 | 0.76 |
| Hex | A2 | E0 | DD | 1C | 0 | 1 | C | B1 | 32 | 4C |
| Octal | 242 | 340 | 335 | 34 | 0 | 1 | 14 | 261 | 62 | 114 |
| Binary | 10100010 | 11100000 | 11011101 | 11100 | 0 | 1 | 1100 | 10110001 | 110010 | 1001100 |
Color Harmonies of #A2E0DD
Complementary color
Monochromatic Colors of #A2E0DD
Black with #A2E0DD
Text Example
Text Example
White with #A2E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E0DD; }
p { color: rgb(162,224,221); }
H1.HeaderClassName
{
color: #A2E0DD;
}
.AnyTagClassName
{
color: #A2E0DD;
}
</style>
background-color css
<style>
a { background-color: #A2E0DD; }
a { background-color: rgb(162,224,221); }
div.DivClassName
{
background-color: #A2E0DD;
}
.BgClassName
{
background-color: #A2E0DD;
}
</style>
border-color css
<style>
span { border-color: #A2E0DD; }
span { border-color: rgb(162,224,221); }
td.TdClassName
{
border-color: #A2E0DD;
}
.TagClassName
{
border-color: #A2E0DD;
}
</style>