Shades of Medium Aquamarine #5FC89B
Tints of Medium Aquamarine #5FC89B
RGB
CMYK
RGB Variations
Color information
#5FC89B (or 0x5FC89B) is known color: Medium Aquamarine. HEX triplet: 5F, C8 and 9B. RGB value is (95,200,155). Sum of RGB (Red+Green+Blue) = 95+200+155=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC89B is #A03764. Grayscale: #A3A3A3. Windows color (decimal): -10499941 or 10209375. OLE color: 10209375.
HSL color Cylindrical-coordinate representation of color #5FC89B: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC89B is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 155 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.22 |
| HSL | 154.29º | 0.49% | 0.58% | - |
| HSV(B) | 154.29º | 0.53% | 0.78% | - |
| XYZ | 31.29 | 46.11 | 38.26 | - |
| YUV | 163.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 155 | 0.52 | 0 | 0.22 | 0.22 | 154.29 | 0.49 | 0.58 |
| Hex | 5F | C8 | 9B | 34 | 0 | 16 | 16 | 9A | 31 | 3A |
| Octal | 137 | 310 | 233 | 64 | 0 | 26 | 26 | 232 | 61 | 72 |
| Binary | 1011111 | 11001000 | 10011011 | 110100 | 0 | 10110 | 10110 | 10011010 | 110001 | 111010 |
Color Harmonies of #5FC89B
Complementary color
Monochromatic Colors of #5FC89B
Black with #5FC89B
Text Example
Text Example
White with #5FC89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC89B; }
p { color: rgb(95,200,155); }
H1.HeaderClassName
{
color: #5FC89B;
}
.AnyTagClassName
{
color: #5FC89B;
}
</style>
background-color css
<style>
a { background-color: #5FC89B; }
a { background-color: rgb(95,200,155); }
div.DivClassName
{
background-color: #5FC89B;
}
.BgClassName
{
background-color: #5FC89B;
}
</style>
border-color css
<style>
span { border-color: #5FC89B; }
span { border-color: rgb(95,200,155); }
td.TdClassName
{
border-color: #5FC89B;
}
.TagClassName
{
border-color: #5FC89B;
}
</style>