Shades of Medium Sea Green #33C082
Tints of Medium Sea Green #33C082
RGB
CMYK
RGB Variations
Color information
#33C082 (or 0x33C082) is known color: Medium Sea Green. HEX triplet: 33, C0 and 82. RGB value is (51,192,130). Sum of RGB (Red+Green+Blue) = 51+192+130=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #33C082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C082 is #CC3F7D. Grayscale: #8E8E8E. Windows color (decimal): -13385598 or 8568883. OLE color: 8568883.
HSL color Cylindrical-coordinate representation of color #33C082: hue angle of 153.62º 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 #33C082 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 130 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.25 |
| HSL | 153.62º | 0.58% | 0.48% | - |
| HSV(B) | 153.62º | 0.73% | 0.75% | - |
| XYZ | 24.24 | 40.01 | 27.56 | - |
| YUV | 142.77 | 120.79 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 130 | 0.73 | 0 | 0.32 | 0.25 | 153.62 | 0.58 | 0.48 |
| Hex | 33 | C0 | 82 | 49 | 0 | 20 | 19 | 9A | 3A | 30 |
| Octal | 63 | 300 | 202 | 111 | 0 | 40 | 31 | 232 | 72 | 60 |
| Binary | 110011 | 11000000 | 10000010 | 1001001 | 0 | 100000 | 11001 | 10011010 | 111010 | 110000 |
Color Harmonies of #33C082
Complementary color
Monochromatic Colors of #33C082
Black with #33C082
Text Example
Text Example
White with #33C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C082; }
p { color: rgb(51,192,130); }
H1.HeaderClassName
{
color: #33C082;
}
.AnyTagClassName
{
color: #33C082;
}
</style>
background-color css
<style>
a { background-color: #33C082; }
a { background-color: rgb(51,192,130); }
div.DivClassName
{
background-color: #33C082;
}
.BgClassName
{
background-color: #33C082;
}
</style>
border-color css
<style>
span { border-color: #33C082; }
span { border-color: rgb(51,192,130); }
td.TdClassName
{
border-color: #33C082;
}
.TagClassName
{
border-color: #33C082;
}
</style>