Shades of Medium Aquamarine #5CF29C
Tints of Medium Aquamarine #5CF29C
RGB
CMYK
RGB Variations
Color information
#5CF29C (or 0x5CF29C) is known color: Medium Aquamarine. HEX triplet: 5C, F2 and 9C. RGB value is (92,242,156). Sum of RGB (Red+Green+Blue) = 92+242+156=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #5CF29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF29C is #A30D63. Grayscale: #BBBBBB. Windows color (decimal): -10685796 or 10285660. OLE color: 10285660.
HSL color Cylindrical-coordinate representation of color #5CF29C: hue angle of 145.6º 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 #5CF29C is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 242 | 156 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.05 |
| HSL | 145.6º | 0.85% | 0.65% | - |
| HSV(B) | 145.6º | 0.62% | 0.95% | - |
| XYZ | 42.17 | 68.18 | 42.39 | - |
| YUV | 187.35 | 110.31 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 242 | 156 | 0.62 | 0 | 0.36 | 0.05 | 145.6 | 0.85 | 0.65 |
| Hex | 5C | F2 | 9C | 3E | 0 | 24 | 5 | 92 | 55 | 41 |
| Octal | 134 | 362 | 234 | 76 | 0 | 44 | 5 | 222 | 125 | 101 |
| Binary | 1011100 | 11110010 | 10011100 | 111110 | 0 | 100100 | 101 | 10010010 | 1010101 | 1000001 |
Color Harmonies of #5CF29C
Complementary color
Monochromatic Colors of #5CF29C
Black with #5CF29C
Text Example
Text Example
White with #5CF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF29C; }
p { color: rgb(92,242,156); }
H1.HeaderClassName
{
color: #5CF29C;
}
.AnyTagClassName
{
color: #5CF29C;
}
</style>
background-color css
<style>
a { background-color: #5CF29C; }
a { background-color: rgb(92,242,156); }
div.DivClassName
{
background-color: #5CF29C;
}
.BgClassName
{
background-color: #5CF29C;
}
</style>
border-color css
<style>
span { border-color: #5CF29C; }
span { border-color: rgb(92,242,156); }
td.TdClassName
{
border-color: #5CF29C;
}
.TagClassName
{
border-color: #5CF29C;
}
</style>