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