Shades of Medium Sea Green #33C964
Tints of Medium Sea Green #33C964
RGB
CMYK
RGB Variations
Color information
#33C964 (or 0x33C964) is known color: Medium Sea Green. HEX triplet: 33, C9 and 64. RGB value is (51,201,100). Sum of RGB (Red+Green+Blue) = 51+201+100=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #33C964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C964 is #CC369B. Grayscale: #909090. Windows color (decimal): -13383324 or 6605107. OLE color: 6605107.
HSL color Cylindrical-coordinate representation of color #33C964: hue angle of 139.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C964 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 100 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.21 |
| HSL | 139.6º | 0.6% | 0.49% | - |
| HSV(B) | 139.6º | 0.75% | 0.79% | - |
| XYZ | 24.55 | 43.4 | 19.14 | - |
| YUV | 144.64 | 102.81 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 100 | 0.75 | 0 | 0.50 | 0.21 | 139.6 | 0.6 | 0.49 |
| Hex | 33 | C9 | 64 | 4B | 0 | 32 | 15 | 8C | 3C | 31 |
| Octal | 63 | 311 | 144 | 113 | 0 | 62 | 25 | 214 | 74 | 61 |
| Binary | 110011 | 11001001 | 1100100 | 1001011 | 0 | 110010 | 10101 | 10001100 | 111100 | 110001 |
Color Harmonies of #33C964
Complementary color
Monochromatic Colors of #33C964
Black with #33C964
Text Example
Text Example
White with #33C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C964; }
p { color: rgb(51,201,100); }
H1.HeaderClassName
{
color: #33C964;
}
.AnyTagClassName
{
color: #33C964;
}
</style>
background-color css
<style>
a { background-color: #33C964; }
a { background-color: rgb(51,201,100); }
div.DivClassName
{
background-color: #33C964;
}
.BgClassName
{
background-color: #33C964;
}
</style>
border-color css
<style>
span { border-color: #33C964; }
span { border-color: rgb(51,201,100); }
td.TdClassName
{
border-color: #33C964;
}
.TagClassName
{
border-color: #33C964;
}
</style>