Shades of Medium Sea Green #32D269
Tints of Medium Sea Green #32D269
RGB
CMYK
RGB Variations
Color information
#32D269 (or 0x32D269) is known color: Medium Sea Green. HEX triplet: 32, D2 and 69. RGB value is (50,210,105). Sum of RGB (Red+Green+Blue) = 50+210+105=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #32D269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D269 is #CD2D96. Grayscale: #969696. Windows color (decimal): -13446551 or 6935090. OLE color: 6935090.
HSL color Cylindrical-coordinate representation of color #32D269: hue angle of 140.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D269 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 105 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.18 |
| HSL | 140.63º | 0.64% | 0.51% | - |
| HSV(B) | 140.63º | 0.76% | 0.82% | - |
| XYZ | 26.91 | 47.79 | 21.17 | - |
| YUV | 150.19 | 102.49 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 105 | 0.76 | 0 | 0.50 | 0.18 | 140.63 | 0.64 | 0.51 |
| Hex | 32 | D2 | 69 | 4C | 0 | 32 | 12 | 8D | 40 | 33 |
| Octal | 62 | 322 | 151 | 114 | 0 | 62 | 22 | 215 | 100 | 63 |
| Binary | 110010 | 11010010 | 1101001 | 1001100 | 0 | 110010 | 10010 | 10001101 | 1000000 | 110011 |
Color Harmonies of #32D269
Complementary color
Monochromatic Colors of #32D269
Black with #32D269
Text Example
Text Example
White with #32D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D269; }
p { color: rgb(50,210,105); }
H1.HeaderClassName
{
color: #32D269;
}
.AnyTagClassName
{
color: #32D269;
}
</style>
background-color css
<style>
a { background-color: #32D269; }
a { background-color: rgb(50,210,105); }
div.DivClassName
{
background-color: #32D269;
}
.BgClassName
{
background-color: #32D269;
}
</style>
border-color css
<style>
span { border-color: #32D269; }
span { border-color: rgb(50,210,105); }
td.TdClassName
{
border-color: #32D269;
}
.TagClassName
{
border-color: #32D269;
}
</style>