Shades of Medium Aquamarine #55F6B7
Tints of Medium Aquamarine #55F6B7
RGB
CMYK
RGB Variations
Color information
#55F6B7 (or 0x55F6B7) is known color: Medium Aquamarine. HEX triplet: 55, F6 and B7. RGB value is (85,246,183). Sum of RGB (Red+Green+Blue) = 85+246+183=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #55F6B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F6B7 is #AA0948. Grayscale: #BEBEBE. Windows color (decimal): -11143497 or 12056149. OLE color: 12056149.
HSL color Cylindrical-coordinate representation of color #55F6B7: hue angle of 156.52º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F6B7 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 246 | 183 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.04 |
| HSL | 156.52º | 0.9% | 0.65% | - |
| HSV(B) | 156.52º | 0.65% | 0.96% | - |
| XYZ | 45.25 | 71.26 | 56.17 | - |
| YUV | 190.68 | 123.66 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 246 | 183 | 0.65 | 0 | 0.26 | 0.04 | 156.52 | 0.9 | 0.65 |
| Hex | 55 | F6 | B7 | 41 | 0 | 1A | 4 | 9D | 5A | 41 |
| Octal | 125 | 366 | 267 | 101 | 0 | 32 | 4 | 235 | 132 | 101 |
| Binary | 1010101 | 11110110 | 10110111 | 1000001 | 0 | 11010 | 100 | 10011101 | 1011010 | 1000001 |
Color Harmonies of #55F6B7
Complementary color
Monochromatic Colors of #55F6B7
Black with #55F6B7
Text Example
Text Example
White with #55F6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F6B7; }
p { color: rgb(85,246,183); }
H1.HeaderClassName
{
color: #55F6B7;
}
.AnyTagClassName
{
color: #55F6B7;
}
</style>
background-color css
<style>
a { background-color: #55F6B7; }
a { background-color: rgb(85,246,183); }
div.DivClassName
{
background-color: #55F6B7;
}
.BgClassName
{
background-color: #55F6B7;
}
</style>
border-color css
<style>
span { border-color: #55F6B7; }
span { border-color: rgb(85,246,183); }
td.TdClassName
{
border-color: #55F6B7;
}
.TagClassName
{
border-color: #55F6B7;
}
</style>