Shades of Medium Aquamarine #5FFC9E
Tints of Medium Aquamarine #5FFC9E
RGB
CMYK
RGB Variations
Color information
#5FFC9E (or 0x5FFC9E) is known color: Medium Aquamarine. HEX triplet: 5F, FC and 9E. RGB value is (95,252,158). Sum of RGB (Red+Green+Blue) = 95+252+158=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFC9E is #A00361. Grayscale: #C2C2C2. Windows color (decimal): -10486626 or 10419295. OLE color: 10419295.
HSL color Cylindrical-coordinate representation of color #5FFC9E: hue angle of 144.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFC9E is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 158 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.01 |
| HSL | 144.08º | 0.96% | 0.68% | - |
| HSV(B) | 144.08º | 0.62% | 0.99% | - |
| XYZ | 45.7 | 74.52 | 44.32 | - |
| YUV | 194.34 | 107.49 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 158 | 0.62 | 0 | 0.37 | 0.01 | 144.08 | 0.96 | 0.68 |
| Hex | 5F | FC | 9E | 3E | 0 | 25 | 1 | 90 | 60 | 44 |
| Octal | 137 | 374 | 236 | 76 | 0 | 45 | 1 | 220 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10011110 | 111110 | 0 | 100101 | 1 | 10010000 | 1100000 | 1000100 |
Color Harmonies of #5FFC9E
Complementary color
Monochromatic Colors of #5FFC9E
Black with #5FFC9E
Text Example
Text Example
White with #5FFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC9E; }
p { color: rgb(95,252,158); }
H1.HeaderClassName
{
color: #5FFC9E;
}
.AnyTagClassName
{
color: #5FFC9E;
}
</style>
background-color css
<style>
a { background-color: #5FFC9E; }
a { background-color: rgb(95,252,158); }
div.DivClassName
{
background-color: #5FFC9E;
}
.BgClassName
{
background-color: #5FFC9E;
}
</style>
border-color css
<style>
span { border-color: #5FFC9E; }
span { border-color: rgb(95,252,158); }
td.TdClassName
{
border-color: #5FFC9E;
}
.TagClassName
{
border-color: #5FFC9E;
}
</style>