Shades of Medium Aquamarine #5CF29A
Tints of Medium Aquamarine #5CF29A
RGB
CMYK
RGB Variations
Color information
#5CF29A (or 0x5CF29A) is known color: Medium Aquamarine. HEX triplet: 5C, F2 and 9A. RGB value is (92,242,154). Sum of RGB (Red+Green+Blue) = 92+242+154=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF29A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF29A is #A30D65. Grayscale: #BBBBBB. Windows color (decimal): -10685798 or 10154588. OLE color: 10154588.
HSL color Cylindrical-coordinate representation of color #5CF29A: hue angle of 144.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF29A is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 154 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.05 |
| HSL | 144.8º | 0.85% | 0.65% | - |
| HSV(B) | 144.8º | 0.62% | 0.95% | - |
| XYZ | 42 | 68.11 | 41.51 | - |
| YUV | 187.12 | 109.31 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 154 | 0.62 | 0 | 0.36 | 0.05 | 144.8 | 0.85 | 0.65 |
| Hex | 5C | F2 | 9A | 3E | 0 | 24 | 5 | 91 | 55 | 41 |
| Octal | 134 | 362 | 232 | 76 | 0 | 44 | 5 | 221 | 125 | 101 |
| Binary | 1011100 | 11110010 | 10011010 | 111110 | 0 | 100100 | 101 | 10010001 | 1010101 | 1000001 |
Color Harmonies of #5CF29A
Complementary color
Monochromatic Colors of #5CF29A
Black with #5CF29A
Text Example
Text Example
White with #5CF29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF29A; }
p { color: rgb(92,242,154); }
H1.HeaderClassName
{
color: #5CF29A;
}
.AnyTagClassName
{
color: #5CF29A;
}
</style>
background-color css
<style>
a { background-color: #5CF29A; }
a { background-color: rgb(92,242,154); }
div.DivClassName
{
background-color: #5CF29A;
}
.BgClassName
{
background-color: #5CF29A;
}
</style>
border-color css
<style>
span { border-color: #5CF29A; }
span { border-color: rgb(92,242,154); }
td.TdClassName
{
border-color: #5CF29A;
}
.TagClassName
{
border-color: #5CF29A;
}
</style>