Shades of Medium Aquamarine #5CF099
Tints of Medium Aquamarine #5CF099
RGB
CMYK
RGB Variations
Color information
#5CF099 (or 0x5CF099) is known color: Medium Aquamarine. HEX triplet: 5C, F0 and 99. RGB value is (92,240,153). Sum of RGB (Red+Green+Blue) = 92+240+153=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF099 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF099 is #A30F66. Grayscale: #BABABA. Windows color (decimal): -10686311 or 10088540. OLE color: 10088540.
HSL color Cylindrical-coordinate representation of color #5CF099: hue angle of 144.73º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF099 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 153 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.06 |
| HSL | 144.73º | 0.83% | 0.65% | - |
| HSV(B) | 144.73º | 0.62% | 0.94% | - |
| XYZ | 41.32 | 66.9 | 40.87 | - |
| YUV | 185.83 | 109.47 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 153 | 0.62 | 0 | 0.36 | 0.06 | 144.73 | 0.83 | 0.65 |
| Hex | 5C | F0 | 99 | 3E | 0 | 24 | 6 | 91 | 53 | 41 |
| Octal | 134 | 360 | 231 | 76 | 0 | 44 | 6 | 221 | 123 | 101 |
| Binary | 1011100 | 11110000 | 10011001 | 111110 | 0 | 100100 | 110 | 10010001 | 1010011 | 1000001 |
Color Harmonies of #5CF099
Complementary color
Monochromatic Colors of #5CF099
Black with #5CF099
Text Example
Text Example
White with #5CF099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF099; }
p { color: rgb(92,240,153); }
H1.HeaderClassName
{
color: #5CF099;
}
.AnyTagClassName
{
color: #5CF099;
}
</style>
background-color css
<style>
a { background-color: #5CF099; }
a { background-color: rgb(92,240,153); }
div.DivClassName
{
background-color: #5CF099;
}
.BgClassName
{
background-color: #5CF099;
}
</style>
border-color css
<style>
span { border-color: #5CF099; }
span { border-color: rgb(92,240,153); }
td.TdClassName
{
border-color: #5CF099;
}
.TagClassName
{
border-color: #5CF099;
}
</style>