Shades of Medium Sea Green #32BD74
Tints of Medium Sea Green #32BD74
RGB
CMYK
RGB Variations
Color information
#32BD74 (or 0x32BD74) is known color: Medium Sea Green. HEX triplet: 32, BD and 74. RGB value is (50,189,116). Sum of RGB (Red+Green+Blue) = 50+189+116=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD74 is #CD428B. Grayscale: #8B8B8B. Windows color (decimal): -13451916 or 7650610. OLE color: 7650610.
HSL color Cylindrical-coordinate representation of color #32BD74: hue angle of 148.49º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD74 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 116 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.26 |
| HSL | 148.49º | 0.58% | 0.47% | - |
| HSV(B) | 148.49º | 0.74% | 0.74% | - |
| XYZ | 22.67 | 38.33 | 22.73 | - |
| YUV | 139.12 | 114.95 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 116 | 0.74 | 0 | 0.39 | 0.26 | 148.49 | 0.58 | 0.47 |
| Hex | 32 | BD | 74 | 4A | 0 | 27 | 1A | 94 | 3A | 2F |
| Octal | 62 | 275 | 164 | 112 | 0 | 47 | 32 | 224 | 72 | 57 |
| Binary | 110010 | 10111101 | 1110100 | 1001010 | 0 | 100111 | 11010 | 10010100 | 111010 | 101111 |
Color Harmonies of #32BD74
Complementary color
Monochromatic Colors of #32BD74
Black with #32BD74
Text Example
Text Example
White with #32BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD74; }
p { color: rgb(50,189,116); }
H1.HeaderClassName
{
color: #32BD74;
}
.AnyTagClassName
{
color: #32BD74;
}
</style>
background-color css
<style>
a { background-color: #32BD74; }
a { background-color: rgb(50,189,116); }
div.DivClassName
{
background-color: #32BD74;
}
.BgClassName
{
background-color: #32BD74;
}
</style>
border-color css
<style>
span { border-color: #32BD74; }
span { border-color: rgb(50,189,116); }
td.TdClassName
{
border-color: #32BD74;
}
.TagClassName
{
border-color: #32BD74;
}
</style>