Shades of Medium Aquamarine #5CD99D
Tints of Medium Aquamarine #5CD99D
RGB
CMYK
RGB Variations
Color information
#5CD99D (or 0x5CD99D) is known color: Medium Aquamarine. HEX triplet: 5C, D9 and 9D. RGB value is (92,217,157). Sum of RGB (Red+Green+Blue) = 92+217+157=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD99D is #A32662. Grayscale: #ACACAC. Windows color (decimal): -10692195 or 10344796. OLE color: 10344796.
HSL color Cylindrical-coordinate representation of color #5CD99D: hue angle of 151.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD99D is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 217 | 157 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.15 |
| HSL | 151.2º | 0.62% | 0.61% | - |
| HSV(B) | 151.2º | 0.58% | 0.85% | - |
| XYZ | 35.31 | 54.34 | 40.52 | - |
| YUV | 172.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 217 | 157 | 0.58 | 0 | 0.28 | 0.15 | 151.2 | 0.62 | 0.61 |
| Hex | 5C | D9 | 9D | 3A | 0 | 1C | F | 97 | 3E | 3D |
| Octal | 134 | 331 | 235 | 72 | 0 | 34 | 17 | 227 | 76 | 75 |
| Binary | 1011100 | 11011001 | 10011101 | 111010 | 0 | 11100 | 1111 | 10010111 | 111110 | 111101 |
Color Harmonies of #5CD99D
Complementary color
Monochromatic Colors of #5CD99D
Black with #5CD99D
Text Example
Text Example
White with #5CD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD99D; }
p { color: rgb(92,217,157); }
H1.HeaderClassName
{
color: #5CD99D;
}
.AnyTagClassName
{
color: #5CD99D;
}
</style>
background-color css
<style>
a { background-color: #5CD99D; }
a { background-color: rgb(92,217,157); }
div.DivClassName
{
background-color: #5CD99D;
}
.BgClassName
{
background-color: #5CD99D;
}
</style>
border-color css
<style>
span { border-color: #5CD99D; }
span { border-color: rgb(92,217,157); }
td.TdClassName
{
border-color: #5CD99D;
}
.TagClassName
{
border-color: #5CD99D;
}
</style>