Shades of Medium Aquamarine #55F3A8
Tints of Medium Aquamarine #55F3A8
RGB
CMYK
RGB Variations
Color information
#55F3A8 (or 0x55F3A8) is known color: Medium Aquamarine. HEX triplet: 55, F3 and A8. RGB value is (85,243,168). Sum of RGB (Red+Green+Blue) = 85+243+168=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F3A8 is #AA0C57. Grayscale: #BBBBBB. Windows color (decimal): -11144280 or 11072341. OLE color: 11072341.
HSL color Cylindrical-coordinate representation of color #55F3A8: hue angle of 151.52º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F3A8 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 168 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.05 |
| HSL | 151.52º | 0.87% | 0.64% | - |
| HSV(B) | 151.52º | 0.65% | 0.95% | - |
| XYZ | 42.86 | 68.86 | 48.08 | - |
| YUV | 187.21 | 117.15 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 168 | 0.65 | 0 | 0.31 | 0.05 | 151.52 | 0.87 | 0.64 |
| Hex | 55 | F3 | A8 | 41 | 0 | 1F | 5 | 98 | 57 | 40 |
| Octal | 125 | 363 | 250 | 101 | 0 | 37 | 5 | 230 | 127 | 100 |
| Binary | 1010101 | 11110011 | 10101000 | 1000001 | 0 | 11111 | 101 | 10011000 | 1010111 | 1000000 |
Color Harmonies of #55F3A8
Complementary color
Monochromatic Colors of #55F3A8
Black with #55F3A8
Text Example
Text Example
White with #55F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F3A8; }
p { color: rgb(85,243,168); }
H1.HeaderClassName
{
color: #55F3A8;
}
.AnyTagClassName
{
color: #55F3A8;
}
</style>
background-color css
<style>
a { background-color: #55F3A8; }
a { background-color: rgb(85,243,168); }
div.DivClassName
{
background-color: #55F3A8;
}
.BgClassName
{
background-color: #55F3A8;
}
</style>
border-color css
<style>
span { border-color: #55F3A8; }
span { border-color: rgb(85,243,168); }
td.TdClassName
{
border-color: #55F3A8;
}
.TagClassName
{
border-color: #55F3A8;
}
</style>