Shades of Medium Aquamarine #5CDF98
Tints of Medium Aquamarine #5CDF98
RGB
CMYK
RGB Variations
Color information
#5CDF98 (or 0x5CDF98) is known color: Medium Aquamarine. HEX triplet: 5C, DF and 98. RGB value is (92,223,152). Sum of RGB (Red+Green+Blue) = 92+223+152=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDF98 is #A32067. Grayscale: #AFAFAF. Windows color (decimal): -10690664 or 10018652. OLE color: 10018652.
HSL color Cylindrical-coordinate representation of color #5CDF98: hue angle of 147.48º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDF98 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 223 | 152 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.13 |
| HSL | 147.48º | 0.67% | 0.62% | - |
| HSV(B) | 147.48º | 0.59% | 0.87% | - |
| XYZ | 36.47 | 57.32 | 38.85 | - |
| YUV | 175.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 152 | 0.59 | 0 | 0.32 | 0.13 | 147.48 | 0.67 | 0.62 |
| Hex | 5C | DF | 98 | 3B | 0 | 20 | D | 93 | 43 | 3E |
| Octal | 134 | 337 | 230 | 73 | 0 | 40 | 15 | 223 | 103 | 76 |
| Binary | 1011100 | 11011111 | 10011000 | 111011 | 0 | 100000 | 1101 | 10010011 | 1000011 | 111110 |
Color Harmonies of #5CDF98
Complementary color
Monochromatic Colors of #5CDF98
Black with #5CDF98
Text Example
Text Example
White with #5CDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDF98; }
p { color: rgb(92,223,152); }
H1.HeaderClassName
{
color: #5CDF98;
}
.AnyTagClassName
{
color: #5CDF98;
}
</style>
background-color css
<style>
a { background-color: #5CDF98; }
a { background-color: rgb(92,223,152); }
div.DivClassName
{
background-color: #5CDF98;
}
.BgClassName
{
background-color: #5CDF98;
}
</style>
border-color css
<style>
span { border-color: #5CDF98; }
span { border-color: rgb(92,223,152); }
td.TdClassName
{
border-color: #5CDF98;
}
.TagClassName
{
border-color: #5CDF98;
}
</style>