Shades of Sinbad #A2E2DD
Tints of Sinbad #A2E2DD
RGB
CMYK
RGB Variations
Color information
#A2E2DD (or 0xA2E2DD) is known color: Sinbad. HEX triplet: A2, E2 and DD. RGB value is (162,226,221). Sum of RGB (Red+Green+Blue) = 162+226+221=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E2DD is #5D1D22. Grayscale: #CECECE. Windows color (decimal): -6102307 or 14541474. OLE color: 14541474.
HSL color Cylindrical-coordinate representation of color #A2E2DD: hue angle of 175.31º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E2DD is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 221 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.11 |
| HSL | 175.31º | 0.52% | 0.76% | - |
| HSV(B) | 175.31º | 0.28% | 0.89% | - |
| XYZ | 55.15 | 67.29 | 78.49 | - |
| YUV | 206.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 221 | 0.28 | 0 | 0.02 | 0.11 | 175.31 | 0.52 | 0.76 |
| Hex | A2 | E2 | DD | 1C | 0 | 2 | B | AF | 34 | 4C |
| Octal | 242 | 342 | 335 | 34 | 0 | 2 | 13 | 257 | 64 | 114 |
| Binary | 10100010 | 11100010 | 11011101 | 11100 | 0 | 10 | 1011 | 10101111 | 110100 | 1001100 |
Color Harmonies of #A2E2DD
Complementary color
Monochromatic Colors of #A2E2DD
Black with #A2E2DD
Text Example
Text Example
White with #A2E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E2DD; }
p { color: rgb(162,226,221); }
H1.HeaderClassName
{
color: #A2E2DD;
}
.AnyTagClassName
{
color: #A2E2DD;
}
</style>
background-color css
<style>
a { background-color: #A2E2DD; }
a { background-color: rgb(162,226,221); }
div.DivClassName
{
background-color: #A2E2DD;
}
.BgClassName
{
background-color: #A2E2DD;
}
</style>
border-color css
<style>
span { border-color: #A2E2DD; }
span { border-color: rgb(162,226,221); }
td.TdClassName
{
border-color: #A2E2DD;
}
.TagClassName
{
border-color: #A2E2DD;
}
</style>