Shades of Sinbad #A2E3DD
Tints of Sinbad #A2E3DD
RGB
CMYK
RGB Variations
Color information
#A2E3DD (or 0xA2E3DD) is known color: Sinbad. HEX triplet: A2, E3 and DD. RGB value is (162,227,221). Sum of RGB (Red+Green+Blue) = 162+227+221=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E3DD is #5D1C22. Grayscale: #CECECE. Windows color (decimal): -6102051 or 14541730. OLE color: 14541730.
HSL color Cylindrical-coordinate representation of color #A2E3DD: hue angle of 174.46º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E3DD is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 221 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.11 |
| HSL | 174.46º | 0.54% | 0.76% | - |
| HSV(B) | 174.46º | 0.29% | 0.89% | - |
| XYZ | 55.42 | 67.84 | 78.58 | - |
| YUV | 206.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 221 | 0.29 | 0 | 0.03 | 0.11 | 174.46 | 0.54 | 0.76 |
| Hex | A2 | E3 | DD | 1D | 0 | 3 | B | AE | 36 | 4C |
| Octal | 242 | 343 | 335 | 35 | 0 | 3 | 13 | 256 | 66 | 114 |
| Binary | 10100010 | 11100011 | 11011101 | 11101 | 0 | 11 | 1011 | 10101110 | 110110 | 1001100 |
Color Harmonies of #A2E3DD
Complementary color
Monochromatic Colors of #A2E3DD
Black with #A2E3DD
Text Example
Text Example
White with #A2E3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E3DD; }
p { color: rgb(162,227,221); }
H1.HeaderClassName
{
color: #A2E3DD;
}
.AnyTagClassName
{
color: #A2E3DD;
}
</style>
background-color css
<style>
a { background-color: #A2E3DD; }
a { background-color: rgb(162,227,221); }
div.DivClassName
{
background-color: #A2E3DD;
}
.BgClassName
{
background-color: #A2E3DD;
}
</style>
border-color css
<style>
span { border-color: #A2E3DD; }
span { border-color: rgb(162,227,221); }
td.TdClassName
{
border-color: #A2E3DD;
}
.TagClassName
{
border-color: #A2E3DD;
}
</style>