Shades of Medium Aquamarine #5CF698
Tints of Medium Aquamarine #5CF698
RGB
CMYK
RGB Variations
Color information
#5CF698 (or 0x5CF698) is known color: Medium Aquamarine. HEX triplet: 5C, F6 and 98. RGB value is (92,246,152). Sum of RGB (Red+Green+Blue) = 92+246+152=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF698 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF698 is #A30967. Grayscale: #BDBDBD. Windows color (decimal): -10684776 or 10024540. OLE color: 10024540.
HSL color Cylindrical-coordinate representation of color #5CF698: hue angle of 143.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF698 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 246 | 152 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.04 |
| HSL | 143.38º | 0.9% | 0.66% | - |
| HSV(B) | 143.38º | 0.63% | 0.96% | - |
| XYZ | 43.04 | 70.45 | 41.04 | - |
| YUV | 189.24 | 106.98 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 246 | 152 | 0.63 | 0 | 0.38 | 0.04 | 143.38 | 0.9 | 0.66 |
| Hex | 5C | F6 | 98 | 3F | 0 | 26 | 4 | 8F | 5A | 42 |
| Octal | 134 | 366 | 230 | 77 | 0 | 46 | 4 | 217 | 132 | 102 |
| Binary | 1011100 | 11110110 | 10011000 | 111111 | 0 | 100110 | 100 | 10001111 | 1011010 | 1000010 |
Color Harmonies of #5CF698
Complementary color
Monochromatic Colors of #5CF698
Black with #5CF698
Text Example
Text Example
White with #5CF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF698; }
p { color: rgb(92,246,152); }
H1.HeaderClassName
{
color: #5CF698;
}
.AnyTagClassName
{
color: #5CF698;
}
</style>
background-color css
<style>
a { background-color: #5CF698; }
a { background-color: rgb(92,246,152); }
div.DivClassName
{
background-color: #5CF698;
}
.BgClassName
{
background-color: #5CF698;
}
</style>
border-color css
<style>
span { border-color: #5CF698; }
span { border-color: rgb(92,246,152); }
td.TdClassName
{
border-color: #5CF698;
}
.TagClassName
{
border-color: #5CF698;
}
</style>