Shades of Medium Aquamarine #5FE29B
Tints of Medium Aquamarine #5FE29B
RGB
CMYK
RGB Variations
Color information
#5FE29B (or 0x5FE29B) is known color: Medium Aquamarine. HEX triplet: 5F, E2 and 9B. RGB value is (95,226,155). Sum of RGB (Red+Green+Blue) = 95+226+155=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE29B is #A01D64. Grayscale: #B2B2B2. Windows color (decimal): -10493285 or 10216031. OLE color: 10216031.
HSL color Cylindrical-coordinate representation of color #5FE29B: hue angle of 147.48º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE29B is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 155 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.11 |
| HSL | 147.48º | 0.69% | 0.63% | - |
| HSV(B) | 147.48º | 0.58% | 0.89% | - |
| XYZ | 37.83 | 59.19 | 40.44 | - |
| YUV | 178.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 155 | 0.58 | 0 | 0.31 | 0.11 | 147.48 | 0.69 | 0.63 |
| Hex | 5F | E2 | 9B | 3A | 0 | 1F | B | 93 | 45 | 3F |
| Octal | 137 | 342 | 233 | 72 | 0 | 37 | 13 | 223 | 105 | 77 |
| Binary | 1011111 | 11100010 | 10011011 | 111010 | 0 | 11111 | 1011 | 10010011 | 1000101 | 111111 |
Color Harmonies of #5FE29B
Complementary color
Monochromatic Colors of #5FE29B
Black with #5FE29B
Text Example
Text Example
White with #5FE29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE29B; }
p { color: rgb(95,226,155); }
H1.HeaderClassName
{
color: #5FE29B;
}
.AnyTagClassName
{
color: #5FE29B;
}
</style>
background-color css
<style>
a { background-color: #5FE29B; }
a { background-color: rgb(95,226,155); }
div.DivClassName
{
background-color: #5FE29B;
}
.BgClassName
{
background-color: #5FE29B;
}
</style>
border-color css
<style>
span { border-color: #5FE29B; }
span { border-color: rgb(95,226,155); }
td.TdClassName
{
border-color: #5FE29B;
}
.TagClassName
{
border-color: #5FE29B;
}
</style>