Shades of Medium Sea Green #33C064
Tints of Medium Sea Green #33C064
RGB
CMYK
RGB Variations
Color information
#33C064 (or 0x33C064) is known color: Medium Sea Green. HEX triplet: 33, C0 and 64. RGB value is (51,192,100). Sum of RGB (Red+Green+Blue) = 51+192+100=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #33C064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C064 is #CC3F9B. Grayscale: #8B8B8B. Windows color (decimal): -13385628 or 6602803. OLE color: 6602803.
HSL color Cylindrical-coordinate representation of color #33C064: hue angle of 140.85º 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 #33C064 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 100 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.25 |
| HSL | 140.85º | 0.58% | 0.48% | - |
| HSV(B) | 140.85º | 0.73% | 0.75% | - |
| XYZ | 22.52 | 39.32 | 18.46 | - |
| YUV | 139.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 100 | 0.73 | 0 | 0.48 | 0.25 | 140.85 | 0.58 | 0.48 |
| Hex | 33 | C0 | 64 | 49 | 0 | 30 | 19 | 8D | 3A | 30 |
| Octal | 63 | 300 | 144 | 111 | 0 | 60 | 31 | 215 | 72 | 60 |
| Binary | 110011 | 11000000 | 1100100 | 1001001 | 0 | 110000 | 11001 | 10001101 | 111010 | 110000 |
Color Harmonies of #33C064
Complementary color
Monochromatic Colors of #33C064
Black with #33C064
Text Example
Text Example
White with #33C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C064; }
p { color: rgb(51,192,100); }
H1.HeaderClassName
{
color: #33C064;
}
.AnyTagClassName
{
color: #33C064;
}
</style>
background-color css
<style>
a { background-color: #33C064; }
a { background-color: rgb(51,192,100); }
div.DivClassName
{
background-color: #33C064;
}
.BgClassName
{
background-color: #33C064;
}
</style>
border-color css
<style>
span { border-color: #33C064; }
span { border-color: rgb(51,192,100); }
td.TdClassName
{
border-color: #33C064;
}
.TagClassName
{
border-color: #33C064;
}
</style>