Shades of Medium Sea Green #32BD69
Tints of Medium Sea Green #32BD69
RGB
CMYK
RGB Variations
Color information
#32BD69 (or 0x32BD69) is known color: Medium Sea Green. HEX triplet: 32, BD and 69. RGB value is (50,189,105). Sum of RGB (Red+Green+Blue) = 50+189+105=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD69 is #CD4296. Grayscale: #8A8A8A. Windows color (decimal): -13451927 or 6929714. OLE color: 6929714.
HSL color Cylindrical-coordinate representation of color #32BD69: hue angle of 143.74º 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 #32BD69 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 105 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.26 |
| HSL | 143.74º | 0.58% | 0.47% | - |
| HSV(B) | 143.74º | 0.74% | 0.74% | - |
| XYZ | 22.06 | 38.09 | 19.55 | - |
| YUV | 137.86 | 109.45 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 105 | 0.74 | 0 | 0.44 | 0.26 | 143.74 | 0.58 | 0.47 |
| Hex | 32 | BD | 69 | 4A | 0 | 2C | 1A | 90 | 3A | 2F |
| Octal | 62 | 275 | 151 | 112 | 0 | 54 | 32 | 220 | 72 | 57 |
| Binary | 110010 | 10111101 | 1101001 | 1001010 | 0 | 101100 | 11010 | 10010000 | 111010 | 101111 |
Color Harmonies of #32BD69
Complementary color
Monochromatic Colors of #32BD69
Black with #32BD69
Text Example
Text Example
White with #32BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD69; }
p { color: rgb(50,189,105); }
H1.HeaderClassName
{
color: #32BD69;
}
.AnyTagClassName
{
color: #32BD69;
}
</style>
background-color css
<style>
a { background-color: #32BD69; }
a { background-color: rgb(50,189,105); }
div.DivClassName
{
background-color: #32BD69;
}
.BgClassName
{
background-color: #32BD69;
}
</style>
border-color css
<style>
span { border-color: #32BD69; }
span { border-color: rgb(50,189,105); }
td.TdClassName
{
border-color: #32BD69;
}
.TagClassName
{
border-color: #32BD69;
}
</style>