Shades of Medium Aquamarine #5FE695
Tints of Medium Aquamarine #5FE695
RGB
CMYK
RGB Variations
Color information
#5FE695 (or 0x5FE695) is known color: Medium Aquamarine. HEX triplet: 5F, E6 and 95. RGB value is (95,230,149). Sum of RGB (Red+Green+Blue) = 95+230+149=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE695 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE695 is #A0196A. Grayscale: #B4B4B4. Windows color (decimal): -10492267 or 9823839. OLE color: 9823839.
HSL color Cylindrical-coordinate representation of color #5FE695: hue angle of 144º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE695 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 230 | 149 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.10 |
| HSL | 144º | 0.73% | 0.64% | - |
| HSV(B) | 144º | 0.59% | 0.9% | - |
| XYZ | 38.44 | 61.2 | 38.22 | - |
| YUV | 180.4 | 110.27 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 230 | 149 | 0.59 | 0 | 0.35 | 0.10 | 144 | 0.73 | 0.64 |
| Hex | 5F | E6 | 95 | 3B | 0 | 23 | A | 90 | 49 | 40 |
| Octal | 137 | 346 | 225 | 73 | 0 | 43 | 12 | 220 | 111 | 100 |
| Binary | 1011111 | 11100110 | 10010101 | 111011 | 0 | 100011 | 1010 | 10010000 | 1001001 | 1000000 |
Color Harmonies of #5FE695
Complementary color
Monochromatic Colors of #5FE695
Black with #5FE695
Text Example
Text Example
White with #5FE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE695; }
p { color: rgb(95,230,149); }
H1.HeaderClassName
{
color: #5FE695;
}
.AnyTagClassName
{
color: #5FE695;
}
</style>
background-color css
<style>
a { background-color: #5FE695; }
a { background-color: rgb(95,230,149); }
div.DivClassName
{
background-color: #5FE695;
}
.BgClassName
{
background-color: #5FE695;
}
</style>
border-color css
<style>
span { border-color: #5FE695; }
span { border-color: rgb(95,230,149); }
td.TdClassName
{
border-color: #5FE695;
}
.TagClassName
{
border-color: #5FE695;
}
</style>