Shades of Medium Aquamarine #55CE9A
Tints of Medium Aquamarine #55CE9A
RGB
CMYK
RGB Variations
Color information
#55CE9A (or 0x55CE9A) is known color: Medium Aquamarine. HEX triplet: 55, CE and 9A. RGB value is (85,206,154). Sum of RGB (Red+Green+Blue) = 85+206+154=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CE9A is #AA3165. Grayscale: #A3A3A3. Windows color (decimal): -11153766 or 10145365. OLE color: 10145365.
HSL color Cylindrical-coordinate representation of color #55CE9A: hue angle of 154.21º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CE9A is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 154 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.19 |
| HSL | 154.21º | 0.55% | 0.57% | - |
| HSV(B) | 154.21º | 0.59% | 0.81% | - |
| XYZ | 31.65 | 48.41 | 38.25 | - |
| YUV | 163.89 | 122.41 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 154 | 0.59 | 0 | 0.25 | 0.19 | 154.21 | 0.55 | 0.57 |
| Hex | 55 | CE | 9A | 3B | 0 | 19 | 13 | 9A | 37 | 39 |
| Octal | 125 | 316 | 232 | 73 | 0 | 31 | 23 | 232 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10011010 | 111011 | 0 | 11001 | 10011 | 10011010 | 110111 | 111001 |
Color Harmonies of #55CE9A
Complementary color
Monochromatic Colors of #55CE9A
Black with #55CE9A
Text Example
Text Example
White with #55CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE9A; }
p { color: rgb(85,206,154); }
H1.HeaderClassName
{
color: #55CE9A;
}
.AnyTagClassName
{
color: #55CE9A;
}
</style>
background-color css
<style>
a { background-color: #55CE9A; }
a { background-color: rgb(85,206,154); }
div.DivClassName
{
background-color: #55CE9A;
}
.BgClassName
{
background-color: #55CE9A;
}
</style>
border-color css
<style>
span { border-color: #55CE9A; }
span { border-color: rgb(85,206,154); }
td.TdClassName
{
border-color: #55CE9A;
}
.TagClassName
{
border-color: #55CE9A;
}
</style>