Shades of Medium Aquamarine #5FD09C
Tints of Medium Aquamarine #5FD09C
RGB
CMYK
RGB Variations
Color information
#5FD09C (or 0x5FD09C) is known color: Medium Aquamarine. HEX triplet: 5F, D0 and 9C. RGB value is (95,208,156). Sum of RGB (Red+Green+Blue) = 95+208+156=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD09C is #A02F63. Grayscale: #A8A8A8. Windows color (decimal): -10497892 or 10276959. OLE color: 10276959.
HSL color Cylindrical-coordinate representation of color #5FD09C: hue angle of 152.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FD09C is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 156 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.18 |
| HSL | 152.39º | 0.55% | 0.59% | - |
| HSV(B) | 152.39º | 0.54% | 0.82% | - |
| XYZ | 33.28 | 49.94 | 39.34 | - |
| YUV | 168.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 156 | 0.54 | 0 | 0.25 | 0.18 | 152.39 | 0.55 | 0.59 |
| Hex | 5F | D0 | 9C | 36 | 0 | 19 | 12 | 98 | 37 | 3B |
| Octal | 137 | 320 | 234 | 66 | 0 | 31 | 22 | 230 | 67 | 73 |
| Binary | 1011111 | 11010000 | 10011100 | 110110 | 0 | 11001 | 10010 | 10011000 | 110111 | 111011 |
Color Harmonies of #5FD09C
Complementary color
Monochromatic Colors of #5FD09C
Black with #5FD09C
Text Example
Text Example
White with #5FD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD09C; }
p { color: rgb(95,208,156); }
H1.HeaderClassName
{
color: #5FD09C;
}
.AnyTagClassName
{
color: #5FD09C;
}
</style>
background-color css
<style>
a { background-color: #5FD09C; }
a { background-color: rgb(95,208,156); }
div.DivClassName
{
background-color: #5FD09C;
}
.BgClassName
{
background-color: #5FD09C;
}
</style>
border-color css
<style>
span { border-color: #5FD09C; }
span { border-color: rgb(95,208,156); }
td.TdClassName
{
border-color: #5FD09C;
}
.TagClassName
{
border-color: #5FD09C;
}
</style>