Shades of Medium Aquamarine #55EEA2
Tints of Medium Aquamarine #55EEA2
RGB
CMYK
RGB Variations
Color information
#55EEA2 (or 0x55EEA2) is known color: Medium Aquamarine. HEX triplet: 55, EE and A2. RGB value is (85,238,162). Sum of RGB (Red+Green+Blue) = 85+238+162=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EEA2 is #AA115D. Grayscale: #B7B7B7. Windows color (decimal): -11145566 or 10677845. OLE color: 10677845.
HSL color Cylindrical-coordinate representation of color #55EEA2: hue angle of 150.2º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EEA2 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 162 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.07 |
| HSL | 150.2º | 0.82% | 0.63% | - |
| HSV(B) | 150.2º | 0.64% | 0.93% | - |
| XYZ | 40.84 | 65.69 | 44.71 | - |
| YUV | 183.59 | 115.81 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 162 | 0.64 | 0 | 0.32 | 0.07 | 150.2 | 0.82 | 0.63 |
| Hex | 55 | EE | A2 | 40 | 0 | 20 | 7 | 96 | 52 | 3F |
| Octal | 125 | 356 | 242 | 100 | 0 | 40 | 7 | 226 | 122 | 77 |
| Binary | 1010101 | 11101110 | 10100010 | 1000000 | 0 | 100000 | 111 | 10010110 | 1010010 | 111111 |
Color Harmonies of #55EEA2
Complementary color
Monochromatic Colors of #55EEA2
Black with #55EEA2
Text Example
Text Example
White with #55EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEA2; }
p { color: rgb(85,238,162); }
H1.HeaderClassName
{
color: #55EEA2;
}
.AnyTagClassName
{
color: #55EEA2;
}
</style>
background-color css
<style>
a { background-color: #55EEA2; }
a { background-color: rgb(85,238,162); }
div.DivClassName
{
background-color: #55EEA2;
}
.BgClassName
{
background-color: #55EEA2;
}
</style>
border-color css
<style>
span { border-color: #55EEA2; }
span { border-color: rgb(85,238,162); }
td.TdClassName
{
border-color: #55EEA2;
}
.TagClassName
{
border-color: #55EEA2;
}
</style>