Shades of Medium Sea Green #33BD7F
Tints of Medium Sea Green #33BD7F
RGB
CMYK
RGB Variations
Color information
#33BD7F (or 0x33BD7F) is known color: Medium Sea Green. HEX triplet: 33, BD and 7F. RGB value is (51,189,127). Sum of RGB (Red+Green+Blue) = 51+189+127=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BD7F is #CC4280. Grayscale: #8C8C8C. Windows color (decimal): -13386369 or 8371507. OLE color: 8371507.
HSL color Cylindrical-coordinate representation of color #33BD7F: hue angle of 153.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BD7F is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 127 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.26 |
| HSL | 153.04º | 0.58% | 0.47% | - |
| HSV(B) | 153.04º | 0.73% | 0.74% | - |
| XYZ | 23.39 | 38.63 | 26.3 | - |
| YUV | 140.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 127 | 0.73 | 0 | 0.33 | 0.26 | 153.04 | 0.58 | 0.47 |
| Hex | 33 | BD | 7F | 49 | 0 | 21 | 1A | 99 | 3A | 2F |
| Octal | 63 | 275 | 177 | 111 | 0 | 41 | 32 | 231 | 72 | 57 |
| Binary | 110011 | 10111101 | 1111111 | 1001001 | 0 | 100001 | 11010 | 10011001 | 111010 | 101111 |
Color Harmonies of #33BD7F
Complementary color
Monochromatic Colors of #33BD7F
Black with #33BD7F
Text Example
Text Example
White with #33BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD7F; }
p { color: rgb(51,189,127); }
H1.HeaderClassName
{
color: #33BD7F;
}
.AnyTagClassName
{
color: #33BD7F;
}
</style>
background-color css
<style>
a { background-color: #33BD7F; }
a { background-color: rgb(51,189,127); }
div.DivClassName
{
background-color: #33BD7F;
}
.BgClassName
{
background-color: #33BD7F;
}
</style>
border-color css
<style>
span { border-color: #33BD7F; }
span { border-color: rgb(51,189,127); }
td.TdClassName
{
border-color: #33BD7F;
}
.TagClassName
{
border-color: #33BD7F;
}
</style>