Shades of Medium Aquamarine #5FEBA5
Tints of Medium Aquamarine #5FEBA5
RGB
CMYK
RGB Variations
Color information
#5FEBA5 (or 0x5FEBA5) is known color: Medium Aquamarine. HEX triplet: 5F, EB and A5. RGB value is (95,235,165). Sum of RGB (Red+Green+Blue) = 95+235+165=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEBA5 is #A0145A. Grayscale: #B9B9B9. Windows color (decimal): -10490971 or 10873695. OLE color: 10873695.
HSL color Cylindrical-coordinate representation of color #5FEBA5: hue angle of 150º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBA5 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 165 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.08 |
| HSL | 150º | 0.78% | 0.65% | - |
| HSV(B) | 150º | 0.6% | 0.92% | - |
| XYZ | 41.22 | 64.57 | 45.89 | - |
| YUV | 185.16 | 116.62 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 165 | 0.60 | 0 | 0.30 | 0.08 | 150 | 0.78 | 0.65 |
| Hex | 5F | EB | A5 | 3C | 0 | 1E | 8 | 96 | 4E | 41 |
| Octal | 137 | 353 | 245 | 74 | 0 | 36 | 10 | 226 | 116 | 101 |
| Binary | 1011111 | 11101011 | 10100101 | 111100 | 0 | 11110 | 1000 | 10010110 | 1001110 | 1000001 |
Color Harmonies of #5FEBA5
Complementary color
Monochromatic Colors of #5FEBA5
Black with #5FEBA5
Text Example
Text Example
White with #5FEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBA5; }
p { color: rgb(95,235,165); }
H1.HeaderClassName
{
color: #5FEBA5;
}
.AnyTagClassName
{
color: #5FEBA5;
}
</style>
background-color css
<style>
a { background-color: #5FEBA5; }
a { background-color: rgb(95,235,165); }
div.DivClassName
{
background-color: #5FEBA5;
}
.BgClassName
{
background-color: #5FEBA5;
}
</style>
border-color css
<style>
span { border-color: #5FEBA5; }
span { border-color: rgb(95,235,165); }
td.TdClassName
{
border-color: #5FEBA5;
}
.TagClassName
{
border-color: #5FEBA5;
}
</style>