Shades of Medium Aquamarine #55E09C
Tints of Medium Aquamarine #55E09C
RGB
CMYK
RGB Variations
Color information
#55E09C (or 0x55E09C) is known color: Medium Aquamarine. HEX triplet: 55, E0 and 9C. RGB value is (85,224,156). Sum of RGB (Red+Green+Blue) = 85+224+156=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #55E09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E09C is #AA1F63. Grayscale: #AEAEAE. Windows color (decimal): -11149156 or 10281045. OLE color: 10281045.
HSL color Cylindrical-coordinate representation of color #55E09C: hue angle of 150.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E09C is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 156 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.12 |
| HSL | 150.65º | 0.69% | 0.61% | - |
| HSV(B) | 150.65º | 0.62% | 0.88% | - |
| XYZ | 36.4 | 57.64 | 40.66 | - |
| YUV | 174.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 156 | 0.62 | 0 | 0.30 | 0.12 | 150.65 | 0.69 | 0.61 |
| Hex | 55 | E0 | 9C | 3E | 0 | 1E | C | 97 | 45 | 3D |
| Octal | 125 | 340 | 234 | 76 | 0 | 36 | 14 | 227 | 105 | 75 |
| Binary | 1010101 | 11100000 | 10011100 | 111110 | 0 | 11110 | 1100 | 10010111 | 1000101 | 111101 |
Color Harmonies of #55E09C
Complementary color
Monochromatic Colors of #55E09C
Black with #55E09C
Text Example
Text Example
White with #55E09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E09C; }
p { color: rgb(85,224,156); }
H1.HeaderClassName
{
color: #55E09C;
}
.AnyTagClassName
{
color: #55E09C;
}
</style>
background-color css
<style>
a { background-color: #55E09C; }
a { background-color: rgb(85,224,156); }
div.DivClassName
{
background-color: #55E09C;
}
.BgClassName
{
background-color: #55E09C;
}
</style>
border-color css
<style>
span { border-color: #55E09C; }
span { border-color: rgb(85,224,156); }
td.TdClassName
{
border-color: #55E09C;
}
.TagClassName
{
border-color: #55E09C;
}
</style>