Shades of Medium Sea Green #33BC70
Tints of Medium Sea Green #33BC70
RGB
CMYK
RGB Variations
Color information
#33BC70 (or 0x33BC70) is known color: Medium Sea Green. HEX triplet: 33, BC and 70. RGB value is (51,188,112). Sum of RGB (Red+Green+Blue) = 51+188+112=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BC70 is #CC438F. Grayscale: #8A8A8A. Windows color (decimal): -13386640 or 7388211. OLE color: 7388211.
HSL color Cylindrical-coordinate representation of color #33BC70: hue angle of 146.72º 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 #33BC70 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 112 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.26 |
| HSL | 146.72º | 0.57% | 0.47% | - |
| HSV(B) | 146.72º | 0.73% | 0.74% | - |
| XYZ | 22.27 | 37.84 | 21.46 | - |
| YUV | 138.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 112 | 0.73 | 0 | 0.40 | 0.26 | 146.72 | 0.57 | 0.47 |
| Hex | 33 | BC | 70 | 49 | 0 | 28 | 1A | 93 | 39 | 2F |
| Octal | 63 | 274 | 160 | 111 | 0 | 50 | 32 | 223 | 71 | 57 |
| Binary | 110011 | 10111100 | 1110000 | 1001001 | 0 | 101000 | 11010 | 10010011 | 111001 | 101111 |
Color Harmonies of #33BC70
Complementary color
Monochromatic Colors of #33BC70
Black with #33BC70
Text Example
Text Example
White with #33BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC70; }
p { color: rgb(51,188,112); }
H1.HeaderClassName
{
color: #33BC70;
}
.AnyTagClassName
{
color: #33BC70;
}
</style>
background-color css
<style>
a { background-color: #33BC70; }
a { background-color: rgb(51,188,112); }
div.DivClassName
{
background-color: #33BC70;
}
.BgClassName
{
background-color: #33BC70;
}
</style>
border-color css
<style>
span { border-color: #33BC70; }
span { border-color: rgb(51,188,112); }
td.TdClassName
{
border-color: #33BC70;
}
.TagClassName
{
border-color: #33BC70;
}
</style>