Shades of Medium Aquamarine #5CF19D
Tints of Medium Aquamarine #5CF19D
RGB
CMYK
RGB Variations
Color information
#5CF19D (or 0x5CF19D) is known color: Medium Aquamarine. HEX triplet: 5C, F1 and 9D. RGB value is (92,241,157). Sum of RGB (Red+Green+Blue) = 92+241+157=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF19D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF19D is #A30E62. Grayscale: #BBBBBB. Windows color (decimal): -10686051 or 10350940. OLE color: 10350940.
HSL color Cylindrical-coordinate representation of color #5CF19D: hue angle of 146.17º degrees, saturation: 0.84, 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 #5CF19D is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 157 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.05 |
| HSL | 146.17º | 0.84% | 0.65% | - |
| HSV(B) | 146.17º | 0.62% | 0.95% | - |
| XYZ | 41.95 | 67.62 | 42.74 | - |
| YUV | 186.87 | 111.14 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 157 | 0.62 | 0 | 0.35 | 0.05 | 146.17 | 0.84 | 0.65 |
| Hex | 5C | F1 | 9D | 3E | 0 | 23 | 5 | 92 | 54 | 41 |
| Octal | 134 | 361 | 235 | 76 | 0 | 43 | 5 | 222 | 124 | 101 |
| Binary | 1011100 | 11110001 | 10011101 | 111110 | 0 | 100011 | 101 | 10010010 | 1010100 | 1000001 |
Color Harmonies of #5CF19D
Complementary color
Monochromatic Colors of #5CF19D
Black with #5CF19D
Text Example
Text Example
White with #5CF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF19D; }
p { color: rgb(92,241,157); }
H1.HeaderClassName
{
color: #5CF19D;
}
.AnyTagClassName
{
color: #5CF19D;
}
</style>
background-color css
<style>
a { background-color: #5CF19D; }
a { background-color: rgb(92,241,157); }
div.DivClassName
{
background-color: #5CF19D;
}
.BgClassName
{
background-color: #5CF19D;
}
</style>
border-color css
<style>
span { border-color: #5CF19D; }
span { border-color: rgb(92,241,157); }
td.TdClassName
{
border-color: #5CF19D;
}
.TagClassName
{
border-color: #5CF19D;
}
</style>