Shades of Medium Sea Green #33CC74
Tints of Medium Sea Green #33CC74
RGB
CMYK
RGB Variations
Color information
#33CC74 (or 0x33CC74) is known color: Medium Sea Green. HEX triplet: 33, CC and 74. RGB value is (51,204,116). Sum of RGB (Red+Green+Blue) = 51+204+116=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CC74 is #CC338B. Grayscale: #949494. Windows color (decimal): -13382540 or 7654451. OLE color: 7654451.
HSL color Cylindrical-coordinate representation of color #33CC74: hue angle of 145.49º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC74 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 116 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.2 |
| HSL | 145.49º | 0.6% | 0.5% | - |
| HSV(B) | 145.49º | 0.75% | 0.8% | - |
| XYZ | 26.11 | 45.15 | 23.86 | - |
| YUV | 148.22 | 109.81 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 116 | 0.75 | 0 | 0.43 | 0.2 | 145.49 | 0.6 | 0.5 |
| Hex | 33 | CC | 74 | 4B | 0 | 2B | 14 | 91 | 3C | 32 |
| Octal | 63 | 314 | 164 | 113 | 0 | 53 | 24 | 221 | 74 | 62 |
| Binary | 110011 | 11001100 | 1110100 | 1001011 | 0 | 101011 | 10100 | 10010001 | 111100 | 110010 |
Color Harmonies of #33CC74
Complementary color
Monochromatic Colors of #33CC74
Black with #33CC74
Text Example
Text Example
White with #33CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC74; }
p { color: rgb(51,204,116); }
H1.HeaderClassName
{
color: #33CC74;
}
.AnyTagClassName
{
color: #33CC74;
}
</style>
background-color css
<style>
a { background-color: #33CC74; }
a { background-color: rgb(51,204,116); }
div.DivClassName
{
background-color: #33CC74;
}
.BgClassName
{
background-color: #33CC74;
}
</style>
border-color css
<style>
span { border-color: #33CC74; }
span { border-color: rgb(51,204,116); }
td.TdClassName
{
border-color: #33CC74;
}
.TagClassName
{
border-color: #33CC74;
}
</style>