Shades of Medium Aquamarine #5CD698
Tints of Medium Aquamarine #5CD698
RGB
CMYK
RGB Variations
Color information
#5CD698 (or 0x5CD698) is known color: Medium Aquamarine. HEX triplet: 5C, D6 and 98. RGB value is (92,214,152). Sum of RGB (Red+Green+Blue) = 92+214+152=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD698 is #A32967. Grayscale: #AAAAAA. Windows color (decimal): -10692968 or 10016348. OLE color: 10016348.
HSL color Cylindrical-coordinate representation of color #5CD698: hue angle of 149.51º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD698 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 214 | 152 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.16 |
| HSL | 149.51º | 0.6% | 0.6% | - |
| HSV(B) | 149.51º | 0.57% | 0.84% | - |
| XYZ | 34.13 | 52.64 | 38.07 | - |
| YUV | 170.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 214 | 152 | 0.57 | 0 | 0.29 | 0.16 | 149.51 | 0.6 | 0.6 |
| Hex | 5C | D6 | 98 | 39 | 0 | 1D | 10 | 96 | 3C | 3C |
| Octal | 134 | 326 | 230 | 71 | 0 | 35 | 20 | 226 | 74 | 74 |
| Binary | 1011100 | 11010110 | 10011000 | 111001 | 0 | 11101 | 10000 | 10010110 | 111100 | 111100 |
Color Harmonies of #5CD698
Complementary color
Monochromatic Colors of #5CD698
Black with #5CD698
Text Example
Text Example
White with #5CD698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD698; }
p { color: rgb(92,214,152); }
H1.HeaderClassName
{
color: #5CD698;
}
.AnyTagClassName
{
color: #5CD698;
}
</style>
background-color css
<style>
a { background-color: #5CD698; }
a { background-color: rgb(92,214,152); }
div.DivClassName
{
background-color: #5CD698;
}
.BgClassName
{
background-color: #5CD698;
}
</style>
border-color css
<style>
span { border-color: #5CD698; }
span { border-color: rgb(92,214,152); }
td.TdClassName
{
border-color: #5CD698;
}
.TagClassName
{
border-color: #5CD698;
}
</style>