Shades of Medium Aquamarine #5FFC9C
Tints of Medium Aquamarine #5FFC9C
RGB
CMYK
RGB Variations
Color information
#5FFC9C (or 0x5FFC9C) is known color: Medium Aquamarine. HEX triplet: 5F, FC and 9C. RGB value is (95,252,156). Sum of RGB (Red+Green+Blue) = 95+252+156=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFC9C is #A00363. Grayscale: #C2C2C2. Windows color (decimal): -10486628 or 10288223. OLE color: 10288223.
HSL color Cylindrical-coordinate representation of color #5FFC9C: hue angle of 143.31º 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 #5FFC9C is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 156 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.01 |
| HSL | 143.31º | 0.96% | 0.68% | - |
| HSV(B) | 143.31º | 0.62% | 0.99% | - |
| XYZ | 45.53 | 74.45 | 43.42 | - |
| YUV | 194.11 | 106.49 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 156 | 0.62 | 0 | 0.38 | 0.01 | 143.31 | 0.96 | 0.68 |
| Hex | 5F | FC | 9C | 3E | 0 | 26 | 1 | 8F | 60 | 44 |
| Octal | 137 | 374 | 234 | 76 | 0 | 46 | 1 | 217 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10011100 | 111110 | 0 | 100110 | 1 | 10001111 | 1100000 | 1000100 |
Color Harmonies of #5FFC9C
Complementary color
Monochromatic Colors of #5FFC9C
Black with #5FFC9C
Text Example
Text Example
White with #5FFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC9C; }
p { color: rgb(95,252,156); }
H1.HeaderClassName
{
color: #5FFC9C;
}
.AnyTagClassName
{
color: #5FFC9C;
}
</style>
background-color css
<style>
a { background-color: #5FFC9C; }
a { background-color: rgb(95,252,156); }
div.DivClassName
{
background-color: #5FFC9C;
}
.BgClassName
{
background-color: #5FFC9C;
}
</style>
border-color css
<style>
span { border-color: #5FFC9C; }
span { border-color: rgb(95,252,156); }
td.TdClassName
{
border-color: #5FFC9C;
}
.TagClassName
{
border-color: #5FFC9C;
}
</style>