Shades of Medium Aquamarine #55EFB0
Tints of Medium Aquamarine #55EFB0
RGB
CMYK
RGB Variations
Color information
#55EFB0 (or 0x55EFB0) is known color: Medium Aquamarine. HEX triplet: 55, EF and B0. RGB value is (85,239,176). Sum of RGB (Red+Green+Blue) = 85+239+176=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EFB0 is #AA104F. Grayscale: #B9B9B9. Windows color (decimal): -11145296 or 11595605. OLE color: 11595605.
HSL color Cylindrical-coordinate representation of color #55EFB0: hue angle of 155.45º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFB0 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 176 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.06 |
| HSL | 155.45º | 0.83% | 0.64% | - |
| HSV(B) | 155.45º | 0.64% | 0.94% | - |
| XYZ | 42.45 | 66.8 | 51.73 | - |
| YUV | 185.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 176 | 0.64 | 0 | 0.26 | 0.06 | 155.45 | 0.83 | 0.64 |
| Hex | 55 | EF | B0 | 40 | 0 | 1A | 6 | 9B | 53 | 40 |
| Octal | 125 | 357 | 260 | 100 | 0 | 32 | 6 | 233 | 123 | 100 |
| Binary | 1010101 | 11101111 | 10110000 | 1000000 | 0 | 11010 | 110 | 10011011 | 1010011 | 1000000 |
Color Harmonies of #55EFB0
Complementary color
Monochromatic Colors of #55EFB0
Black with #55EFB0
Text Example
Text Example
White with #55EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFB0; }
p { color: rgb(85,239,176); }
H1.HeaderClassName
{
color: #55EFB0;
}
.AnyTagClassName
{
color: #55EFB0;
}
</style>
background-color css
<style>
a { background-color: #55EFB0; }
a { background-color: rgb(85,239,176); }
div.DivClassName
{
background-color: #55EFB0;
}
.BgClassName
{
background-color: #55EFB0;
}
</style>
border-color css
<style>
span { border-color: #55EFB0; }
span { border-color: rgb(85,239,176); }
td.TdClassName
{
border-color: #55EFB0;
}
.TagClassName
{
border-color: #55EFB0;
}
</style>