Shades of Medium Aquamarine #55F0AB
Tints of Medium Aquamarine #55F0AB
RGB
CMYK
RGB Variations
Color information
#55F0AB (or 0x55F0AB) is known color: Medium Aquamarine. HEX triplet: 55, F0 and AB. RGB value is (85,240,171). Sum of RGB (Red+Green+Blue) = 85+240+171=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F0AB is #AA0F54. Grayscale: #B9B9B9. Windows color (decimal): -11145045 or 11268181. OLE color: 11268181.
HSL color Cylindrical-coordinate representation of color #55F0AB: hue angle of 153.29º 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 #55F0AB is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 171 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.06 |
| HSL | 153.29º | 0.84% | 0.64% | - |
| HSV(B) | 153.29º | 0.65% | 0.94% | - |
| XYZ | 42.26 | 67.19 | 49.27 | - |
| YUV | 185.79 | 119.65 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 171 | 0.65 | 0 | 0.29 | 0.06 | 153.29 | 0.84 | 0.64 |
| Hex | 55 | F0 | AB | 41 | 0 | 1D | 6 | 99 | 54 | 40 |
| Octal | 125 | 360 | 253 | 101 | 0 | 35 | 6 | 231 | 124 | 100 |
| Binary | 1010101 | 11110000 | 10101011 | 1000001 | 0 | 11101 | 110 | 10011001 | 1010100 | 1000000 |
Color Harmonies of #55F0AB
Complementary color
Monochromatic Colors of #55F0AB
Black with #55F0AB
Text Example
Text Example
White with #55F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F0AB; }
p { color: rgb(85,240,171); }
H1.HeaderClassName
{
color: #55F0AB;
}
.AnyTagClassName
{
color: #55F0AB;
}
</style>
background-color css
<style>
a { background-color: #55F0AB; }
a { background-color: rgb(85,240,171); }
div.DivClassName
{
background-color: #55F0AB;
}
.BgClassName
{
background-color: #55F0AB;
}
</style>
border-color css
<style>
span { border-color: #55F0AB; }
span { border-color: rgb(85,240,171); }
td.TdClassName
{
border-color: #55F0AB;
}
.TagClassName
{
border-color: #55F0AB;
}
</style>