Shades of Medium Sea Green #33C080
Tints of Medium Sea Green #33C080
RGB
CMYK
RGB Variations
Color information
#33C080 (or 0x33C080) is known color: Medium Sea Green. HEX triplet: 33, C0 and 80. RGB value is (51,192,128). Sum of RGB (Red+Green+Blue) = 51+192+128=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #33C080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C080 is #CC3F7F. Grayscale: #8E8E8E. Windows color (decimal): -13385600 or 8437811. OLE color: 8437811.
HSL color Cylindrical-coordinate representation of color #33C080: hue angle of 152.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C080 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 128 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.25 |
| HSL | 152.77º | 0.58% | 0.48% | - |
| HSV(B) | 152.77º | 0.73% | 0.75% | - |
| XYZ | 24.11 | 39.96 | 26.86 | - |
| YUV | 142.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 128 | 0.73 | 0 | 0.33 | 0.25 | 152.77 | 0.58 | 0.48 |
| Hex | 33 | C0 | 80 | 49 | 0 | 21 | 19 | 99 | 3A | 30 |
| Octal | 63 | 300 | 200 | 111 | 0 | 41 | 31 | 231 | 72 | 60 |
| Binary | 110011 | 11000000 | 10000000 | 1001001 | 0 | 100001 | 11001 | 10011001 | 111010 | 110000 |
Color Harmonies of #33C080
Complementary color
Monochromatic Colors of #33C080
Black with #33C080
Text Example
Text Example
White with #33C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C080; }
p { color: rgb(51,192,128); }
H1.HeaderClassName
{
color: #33C080;
}
.AnyTagClassName
{
color: #33C080;
}
</style>
background-color css
<style>
a { background-color: #33C080; }
a { background-color: rgb(51,192,128); }
div.DivClassName
{
background-color: #33C080;
}
.BgClassName
{
background-color: #33C080;
}
</style>
border-color css
<style>
span { border-color: #33C080; }
span { border-color: rgb(51,192,128); }
td.TdClassName
{
border-color: #33C080;
}
.TagClassName
{
border-color: #33C080;
}
</style>