Shades of Medium Sea Green #32AF5E
Tints of Medium Sea Green #32AF5E
RGB
CMYK
RGB Variations
Color information
#32AF5E (or 0x32AF5E) is known color: Medium Sea Green. HEX triplet: 32, AF and 5E. RGB value is (50,175,94). Sum of RGB (Red+Green+Blue) = 50+175+94=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF5E is #CD50A1. Grayscale: #808080. Windows color (decimal): -13455522 or 6205234. OLE color: 6205234.
HSL color Cylindrical-coordinate representation of color #32AF5E: hue angle of 141.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF5E is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 94 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.31 |
| HSL | 141.12º | 0.56% | 0.44% | - |
| HSV(B) | 141.12º | 0.71% | 0.69% | - |
| XYZ | 18.67 | 32.15 | 15.81 | - |
| YUV | 128.39 | 108.59 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 94 | 0.71 | 0 | 0.46 | 0.31 | 141.12 | 0.56 | 0.44 |
| Hex | 32 | AF | 5E | 47 | 0 | 2E | 1F | 8D | 38 | 2C |
| Octal | 62 | 257 | 136 | 107 | 0 | 56 | 37 | 215 | 70 | 54 |
| Binary | 110010 | 10101111 | 1011110 | 1000111 | 0 | 101110 | 11111 | 10001101 | 111000 | 101100 |
Color Harmonies of #32AF5E
Complementary color
Monochromatic Colors of #32AF5E
Black with #32AF5E
Text Example
Text Example
White with #32AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF5E; }
p { color: rgb(50,175,94); }
H1.HeaderClassName
{
color: #32AF5E;
}
.AnyTagClassName
{
color: #32AF5E;
}
</style>
background-color css
<style>
a { background-color: #32AF5E; }
a { background-color: rgb(50,175,94); }
div.DivClassName
{
background-color: #32AF5E;
}
.BgClassName
{
background-color: #32AF5E;
}
</style>
border-color css
<style>
span { border-color: #32AF5E; }
span { border-color: rgb(50,175,94); }
td.TdClassName
{
border-color: #32AF5E;
}
.TagClassName
{
border-color: #32AF5E;
}
</style>