Shades of Medium Aquamarine #55F396
Tints of Medium Aquamarine #55F396
RGB
CMYK
RGB Variations
Color information
#55F396 (or 0x55F396) is known color: Medium Aquamarine. HEX triplet: 55, F3 and 96. RGB value is (85,243,150). Sum of RGB (Red+Green+Blue) = 85+243+150=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #55F396 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F396 is #AA0C69. Grayscale: #B9B9B9. Windows color (decimal): -11144298 or 9892693. OLE color: 9892693.
HSL color Cylindrical-coordinate representation of color #55F396: hue angle of 144.68º 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 #55F396 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 150 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.05 |
| HSL | 144.68º | 0.87% | 0.64% | - |
| HSV(B) | 144.68º | 0.65% | 0.95% | - |
| XYZ | 41.3 | 68.23 | 39.85 | - |
| YUV | 185.16 | 108.15 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 150 | 0.65 | 0 | 0.38 | 0.05 | 144.68 | 0.87 | 0.64 |
| Hex | 55 | F3 | 96 | 41 | 0 | 26 | 5 | 91 | 57 | 40 |
| Octal | 125 | 363 | 226 | 101 | 0 | 46 | 5 | 221 | 127 | 100 |
| Binary | 1010101 | 11110011 | 10010110 | 1000001 | 0 | 100110 | 101 | 10010001 | 1010111 | 1000000 |
Color Harmonies of #55F396
Complementary color
Monochromatic Colors of #55F396
Black with #55F396
Text Example
Text Example
White with #55F396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F396; }
p { color: rgb(85,243,150); }
H1.HeaderClassName
{
color: #55F396;
}
.AnyTagClassName
{
color: #55F396;
}
</style>
background-color css
<style>
a { background-color: #55F396; }
a { background-color: rgb(85,243,150); }
div.DivClassName
{
background-color: #55F396;
}
.BgClassName
{
background-color: #55F396;
}
</style>
border-color css
<style>
span { border-color: #55F396; }
span { border-color: rgb(85,243,150); }
td.TdClassName
{
border-color: #55F396;
}
.TagClassName
{
border-color: #55F396;
}
</style>