Shades of Medium Sea Green #32BB64
Tints of Medium Sea Green #32BB64
RGB
CMYK
RGB Variations
Color information
#32BB64 (or 0x32BB64) is known color: Medium Sea Green. HEX triplet: 32, BB and 64. RGB value is (50,187,100). Sum of RGB (Red+Green+Blue) = 50+187+100=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB64 is #CD449B. Grayscale: #888888. Windows color (decimal): -13452444 or 6601522. OLE color: 6601522.
HSL color Cylindrical-coordinate representation of color #32BB64: hue angle of 141.9º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB64 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 100 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.27 |
| HSL | 141.9º | 0.58% | 0.46% | - |
| HSV(B) | 141.9º | 0.73% | 0.73% | - |
| XYZ | 21.39 | 37.14 | 18.1 | - |
| YUV | 136.12 | 107.61 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 100 | 0.73 | 0 | 0.47 | 0.27 | 141.9 | 0.58 | 0.46 |
| Hex | 32 | BB | 64 | 49 | 0 | 2F | 1B | 8E | 3A | 2E |
| Octal | 62 | 273 | 144 | 111 | 0 | 57 | 33 | 216 | 72 | 56 |
| Binary | 110010 | 10111011 | 1100100 | 1001001 | 0 | 101111 | 11011 | 10001110 | 111010 | 101110 |
Color Harmonies of #32BB64
Complementary color
Monochromatic Colors of #32BB64
Black with #32BB64
Text Example
Text Example
White with #32BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB64; }
p { color: rgb(50,187,100); }
H1.HeaderClassName
{
color: #32BB64;
}
.AnyTagClassName
{
color: #32BB64;
}
</style>
background-color css
<style>
a { background-color: #32BB64; }
a { background-color: rgb(50,187,100); }
div.DivClassName
{
background-color: #32BB64;
}
.BgClassName
{
background-color: #32BB64;
}
</style>
border-color css
<style>
span { border-color: #32BB64; }
span { border-color: rgb(50,187,100); }
td.TdClassName
{
border-color: #32BB64;
}
.TagClassName
{
border-color: #32BB64;
}
</style>