Shades of Medium Aquamarine #55F09A
Tints of Medium Aquamarine #55F09A
RGB
CMYK
RGB Variations
Color information
#55F09A (or 0x55F09A) is known color: Medium Aquamarine. HEX triplet: 55, F0 and 9A. RGB value is (85,240,154). Sum of RGB (Red+Green+Blue) = 85+240+154=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #55F09A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F09A is #AA0F65. Grayscale: #B8B8B8. Windows color (decimal): -11145062 or 10154069. OLE color: 10154069.
HSL color Cylindrical-coordinate representation of color #55F09A: hue angle of 146.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F09A is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 154 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.06 |
| HSL | 146.71º | 0.84% | 0.64% | - |
| HSV(B) | 146.71º | 0.65% | 0.94% | - |
| XYZ | 40.74 | 66.58 | 41.28 | - |
| YUV | 183.85 | 111.15 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 154 | 0.65 | 0 | 0.36 | 0.06 | 146.71 | 0.84 | 0.64 |
| Hex | 55 | F0 | 9A | 41 | 0 | 24 | 6 | 93 | 54 | 40 |
| Octal | 125 | 360 | 232 | 101 | 0 | 44 | 6 | 223 | 124 | 100 |
| Binary | 1010101 | 11110000 | 10011010 | 1000001 | 0 | 100100 | 110 | 10010011 | 1010100 | 1000000 |
Color Harmonies of #55F09A
Complementary color
Monochromatic Colors of #55F09A
Black with #55F09A
Text Example
Text Example
White with #55F09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F09A; }
p { color: rgb(85,240,154); }
H1.HeaderClassName
{
color: #55F09A;
}
.AnyTagClassName
{
color: #55F09A;
}
</style>
background-color css
<style>
a { background-color: #55F09A; }
a { background-color: rgb(85,240,154); }
div.DivClassName
{
background-color: #55F09A;
}
.BgClassName
{
background-color: #55F09A;
}
</style>
border-color css
<style>
span { border-color: #55F09A; }
span { border-color: rgb(85,240,154); }
td.TdClassName
{
border-color: #55F09A;
}
.TagClassName
{
border-color: #55F09A;
}
</style>