Shades of Medium Sea Green #32B06F
Tints of Medium Sea Green #32B06F
RGB
CMYK
RGB Variations
Color information
#32B06F (or 0x32B06F) is known color: Medium Sea Green. HEX triplet: 32, B0 and 6F. RGB value is (50,176,111). Sum of RGB (Red+Green+Blue) = 50+176+111=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #32B06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B06F is #CD4F90. Grayscale: #838383. Windows color (decimal): -13455249 or 7319602. OLE color: 7319602.
HSL color Cylindrical-coordinate representation of color #32B06F: hue angle of 149.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B06F is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 111 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.31 |
| HSL | 149.05º | 0.56% | 0.44% | - |
| HSV(B) | 149.05º | 0.72% | 0.69% | - |
| XYZ | 19.71 | 32.88 | 20.35 | - |
| YUV | 130.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 111 | 0.72 | 0 | 0.37 | 0.31 | 149.05 | 0.56 | 0.44 |
| Hex | 32 | B0 | 6F | 48 | 0 | 25 | 1F | 95 | 38 | 2C |
| Octal | 62 | 260 | 157 | 110 | 0 | 45 | 37 | 225 | 70 | 54 |
| Binary | 110010 | 10110000 | 1101111 | 1001000 | 0 | 100101 | 11111 | 10010101 | 111000 | 101100 |
Color Harmonies of #32B06F
Complementary color
Monochromatic Colors of #32B06F
Black with #32B06F
Text Example
Text Example
White with #32B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B06F; }
p { color: rgb(50,176,111); }
H1.HeaderClassName
{
color: #32B06F;
}
.AnyTagClassName
{
color: #32B06F;
}
</style>
background-color css
<style>
a { background-color: #32B06F; }
a { background-color: rgb(50,176,111); }
div.DivClassName
{
background-color: #32B06F;
}
.BgClassName
{
background-color: #32B06F;
}
</style>
border-color css
<style>
span { border-color: #32B06F; }
span { border-color: rgb(50,176,111); }
td.TdClassName
{
border-color: #32B06F;
}
.TagClassName
{
border-color: #32B06F;
}
</style>