Shades of Medium Sea Green #33BA7F
Tints of Medium Sea Green #33BA7F
RGB
CMYK
RGB Variations
Color information
#33BA7F (or 0x33BA7F) is known color: Medium Sea Green. HEX triplet: 33, BA and 7F. RGB value is (51,186,127). Sum of RGB (Red+Green+Blue) = 51+186+127=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BA7F is #CC4580. Grayscale: #8B8B8B. Windows color (decimal): -13387137 or 8370739. OLE color: 8370739.
HSL color Cylindrical-coordinate representation of color #33BA7F: hue angle of 153.78º degrees, saturation: 0.57, 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 #33BA7F is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 127 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.27 |
| HSL | 153.78º | 0.57% | 0.46% | - |
| HSV(B) | 153.78º | 0.73% | 0.73% | - |
| XYZ | 22.75 | 37.35 | 26.09 | - |
| YUV | 138.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 127 | 0.73 | 0 | 0.32 | 0.27 | 153.78 | 0.57 | 0.46 |
| Hex | 33 | BA | 7F | 49 | 0 | 20 | 1B | 9A | 39 | 2E |
| Octal | 63 | 272 | 177 | 111 | 0 | 40 | 33 | 232 | 71 | 56 |
| Binary | 110011 | 10111010 | 1111111 | 1001001 | 0 | 100000 | 11011 | 10011010 | 111001 | 101110 |
Color Harmonies of #33BA7F
Complementary color
Monochromatic Colors of #33BA7F
Black with #33BA7F
Text Example
Text Example
White with #33BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA7F; }
p { color: rgb(51,186,127); }
H1.HeaderClassName
{
color: #33BA7F;
}
.AnyTagClassName
{
color: #33BA7F;
}
</style>
background-color css
<style>
a { background-color: #33BA7F; }
a { background-color: rgb(51,186,127); }
div.DivClassName
{
background-color: #33BA7F;
}
.BgClassName
{
background-color: #33BA7F;
}
</style>
border-color css
<style>
span { border-color: #33BA7F; }
span { border-color: rgb(51,186,127); }
td.TdClassName
{
border-color: #33BA7F;
}
.TagClassName
{
border-color: #33BA7F;
}
</style>