Shades of Medium Sea Green #33C072
Tints of Medium Sea Green #33C072
RGB
CMYK
RGB Variations
Color information
#33C072 (or 0x33C072) is known color: Medium Sea Green. HEX triplet: 33, C0 and 72. RGB value is (51,192,114). Sum of RGB (Red+Green+Blue) = 51+192+114=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #33C072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C072 is #CC3F8D. Grayscale: #8D8D8D. Windows color (decimal): -13385614 or 7520307. OLE color: 7520307.
HSL color Cylindrical-coordinate representation of color #33C072: hue angle of 146.81º 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 #33C072 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 114 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.25 |
| HSL | 146.81º | 0.58% | 0.48% | - |
| HSV(B) | 146.81º | 0.73% | 0.75% | - |
| XYZ | 23.25 | 39.62 | 22.34 | - |
| YUV | 140.95 | 112.79 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 114 | 0.73 | 0 | 0.41 | 0.25 | 146.81 | 0.58 | 0.48 |
| Hex | 33 | C0 | 72 | 49 | 0 | 29 | 19 | 93 | 3A | 30 |
| Octal | 63 | 300 | 162 | 111 | 0 | 51 | 31 | 223 | 72 | 60 |
| Binary | 110011 | 11000000 | 1110010 | 1001001 | 0 | 101001 | 11001 | 10010011 | 111010 | 110000 |
Color Harmonies of #33C072
Complementary color
Monochromatic Colors of #33C072
Black with #33C072
Text Example
Text Example
White with #33C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C072; }
p { color: rgb(51,192,114); }
H1.HeaderClassName
{
color: #33C072;
}
.AnyTagClassName
{
color: #33C072;
}
</style>
background-color css
<style>
a { background-color: #33C072; }
a { background-color: rgb(51,192,114); }
div.DivClassName
{
background-color: #33C072;
}
.BgClassName
{
background-color: #33C072;
}
</style>
border-color css
<style>
span { border-color: #33C072; }
span { border-color: rgb(51,192,114); }
td.TdClassName
{
border-color: #33C072;
}
.TagClassName
{
border-color: #33C072;
}
</style>