Shades of Medium Aquamarine #5FF09C
Tints of Medium Aquamarine #5FF09C
RGB
CMYK
RGB Variations
Color information
#5FF09C (or 0x5FF09C) is known color: Medium Aquamarine. HEX triplet: 5F, F0 and 9C. RGB value is (95,240,156). Sum of RGB (Red+Green+Blue) = 95+240+156=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF09C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF09C is #A00F63. Grayscale: #BBBBBB. Windows color (decimal): -10489700 or 10285151. OLE color: 10285151.
HSL color Cylindrical-coordinate representation of color #5FF09C: hue angle of 145.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF09C is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 156 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.06 |
| HSL | 145.24º | 0.83% | 0.66% | - |
| HSV(B) | 145.24º | 0.6% | 0.94% | - |
| XYZ | 41.88 | 67.15 | 42.21 | - |
| YUV | 187.07 | 110.46 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 156 | 0.60 | 0 | 0.35 | 0.06 | 145.24 | 0.83 | 0.66 |
| Hex | 5F | F0 | 9C | 3C | 0 | 23 | 6 | 91 | 53 | 42 |
| Octal | 137 | 360 | 234 | 74 | 0 | 43 | 6 | 221 | 123 | 102 |
| Binary | 1011111 | 11110000 | 10011100 | 111100 | 0 | 100011 | 110 | 10010001 | 1010011 | 1000010 |
Color Harmonies of #5FF09C
Complementary color
Monochromatic Colors of #5FF09C
Black with #5FF09C
Text Example
Text Example
White with #5FF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF09C; }
p { color: rgb(95,240,156); }
H1.HeaderClassName
{
color: #5FF09C;
}
.AnyTagClassName
{
color: #5FF09C;
}
</style>
background-color css
<style>
a { background-color: #5FF09C; }
a { background-color: rgb(95,240,156); }
div.DivClassName
{
background-color: #5FF09C;
}
.BgClassName
{
background-color: #5FF09C;
}
</style>
border-color css
<style>
span { border-color: #5FF09C; }
span { border-color: rgb(95,240,156); }
td.TdClassName
{
border-color: #5FF09C;
}
.TagClassName
{
border-color: #5FF09C;
}
</style>