Shades of Medium Aquamarine #5CF695
Tints of Medium Aquamarine #5CF695
RGB
CMYK
RGB Variations
Color information
#5CF695 (or 0x5CF695) is known color: Medium Aquamarine. HEX triplet: 5C, F6 and 95. RGB value is (92,246,149). Sum of RGB (Red+Green+Blue) = 92+246+149=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF695 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF695 is #A3096A. Grayscale: #BDBDBD. Windows color (decimal): -10684779 or 9827932. OLE color: 9827932.
HSL color Cylindrical-coordinate representation of color #5CF695: hue angle of 142.21º 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 #5CF695 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 246 | 149 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.04 |
| HSL | 142.21º | 0.9% | 0.66% | - |
| HSV(B) | 142.21º | 0.63% | 0.96% | - |
| XYZ | 42.79 | 70.36 | 39.76 | - |
| YUV | 188.9 | 105.48 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 246 | 149 | 0.63 | 0 | 0.39 | 0.04 | 142.21 | 0.9 | 0.66 |
| Hex | 5C | F6 | 95 | 3F | 0 | 27 | 4 | 8E | 5A | 42 |
| Octal | 134 | 366 | 225 | 77 | 0 | 47 | 4 | 216 | 132 | 102 |
| Binary | 1011100 | 11110110 | 10010101 | 111111 | 0 | 100111 | 100 | 10001110 | 1011010 | 1000010 |
Color Harmonies of #5CF695
Complementary color
Monochromatic Colors of #5CF695
Black with #5CF695
Text Example
Text Example
White with #5CF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF695; }
p { color: rgb(92,246,149); }
H1.HeaderClassName
{
color: #5CF695;
}
.AnyTagClassName
{
color: #5CF695;
}
</style>
background-color css
<style>
a { background-color: #5CF695; }
a { background-color: rgb(92,246,149); }
div.DivClassName
{
background-color: #5CF695;
}
.BgClassName
{
background-color: #5CF695;
}
</style>
border-color css
<style>
span { border-color: #5CF695; }
span { border-color: rgb(92,246,149); }
td.TdClassName
{
border-color: #5CF695;
}
.TagClassName
{
border-color: #5CF695;
}
</style>