Shades of Medium Aquamarine #5CFCA0
Tints of Medium Aquamarine #5CFCA0
RGB
CMYK
RGB Variations
Color information
#5CFCA0 (or 0x5CFCA0) is known color: Medium Aquamarine. HEX triplet: 5C, FC and A0. RGB value is (92,252,160). Sum of RGB (Red+Green+Blue) = 92+252+160=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFCA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFCA0 is #A3035F. Grayscale: #C1C1C1. Windows color (decimal): -10683232 or 10550364. OLE color: 10550364.
HSL color Cylindrical-coordinate representation of color #5CFCA0: hue angle of 145.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFCA0 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 252 | 160 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.01 |
| HSL | 145.5º | 0.96% | 0.67% | - |
| HSV(B) | 145.5º | 0.63% | 0.99% | - |
| XYZ | 45.57 | 74.43 | 45.22 | - |
| YUV | 193.67 | 108.99 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 252 | 160 | 0.63 | 0 | 0.37 | 0.01 | 145.5 | 0.96 | 0.67 |
| Hex | 5C | FC | A0 | 3F | 0 | 25 | 1 | 92 | 60 | 43 |
| Octal | 134 | 374 | 240 | 77 | 0 | 45 | 1 | 222 | 140 | 103 |
| Binary | 1011100 | 11111100 | 10100000 | 111111 | 0 | 100101 | 1 | 10010010 | 1100000 | 1000011 |
Color Harmonies of #5CFCA0
Complementary color
Monochromatic Colors of #5CFCA0
Black with #5CFCA0
Text Example
Text Example
White with #5CFCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFCA0; }
p { color: rgb(92,252,160); }
H1.HeaderClassName
{
color: #5CFCA0;
}
.AnyTagClassName
{
color: #5CFCA0;
}
</style>
background-color css
<style>
a { background-color: #5CFCA0; }
a { background-color: rgb(92,252,160); }
div.DivClassName
{
background-color: #5CFCA0;
}
.BgClassName
{
background-color: #5CFCA0;
}
</style>
border-color css
<style>
span { border-color: #5CFCA0; }
span { border-color: rgb(92,252,160); }
td.TdClassName
{
border-color: #5CFCA0;
}
.TagClassName
{
border-color: #5CFCA0;
}
</style>