Shades of Medium Sea Green #33C075
Tints of Medium Sea Green #33C075
RGB
CMYK
RGB Variations
Color information
#33C075 (or 0x33C075) is known color: Medium Sea Green. HEX triplet: 33, C0 and 75. RGB value is (51,192,117). Sum of RGB (Red+Green+Blue) = 51+192+117=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #33C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C075 is #CC3F8A. Grayscale: #8D8D8D. Windows color (decimal): -13385611 or 7716915. OLE color: 7716915.
HSL color Cylindrical-coordinate representation of color #33C075: hue angle of 148.09º 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 #33C075 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 117 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.25 |
| HSL | 148.09º | 0.58% | 0.48% | - |
| HSV(B) | 148.09º | 0.73% | 0.75% | - |
| XYZ | 23.43 | 39.69 | 23.26 | - |
| YUV | 141.29 | 114.29 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 117 | 0.73 | 0 | 0.39 | 0.25 | 148.09 | 0.58 | 0.48 |
| Hex | 33 | C0 | 75 | 49 | 0 | 27 | 19 | 94 | 3A | 30 |
| Octal | 63 | 300 | 165 | 111 | 0 | 47 | 31 | 224 | 72 | 60 |
| Binary | 110011 | 11000000 | 1110101 | 1001001 | 0 | 100111 | 11001 | 10010100 | 111010 | 110000 |
Color Harmonies of #33C075
Complementary color
Monochromatic Colors of #33C075
Black with #33C075
Text Example
Text Example
White with #33C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C075; }
p { color: rgb(51,192,117); }
H1.HeaderClassName
{
color: #33C075;
}
.AnyTagClassName
{
color: #33C075;
}
</style>
background-color css
<style>
a { background-color: #33C075; }
a { background-color: rgb(51,192,117); }
div.DivClassName
{
background-color: #33C075;
}
.BgClassName
{
background-color: #33C075;
}
</style>
border-color css
<style>
span { border-color: #33C075; }
span { border-color: rgb(51,192,117); }
td.TdClassName
{
border-color: #33C075;
}
.TagClassName
{
border-color: #33C075;
}
</style>