Shades of Medium Sea Green #34C064
Tints of Medium Sea Green #34C064
RGB
CMYK
RGB Variations
Color information
#34C064 (or 0x34C064) is known color: Medium Sea Green. HEX triplet: 34, C0 and 64. RGB value is (52,192,100). Sum of RGB (Red+Green+Blue) = 52+192+100=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #34C064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C064 is #CB3F9B. Grayscale: #8B8B8B. Windows color (decimal): -13320092 or 6602804. OLE color: 6602804.
HSL color Cylindrical-coordinate representation of color #34C064: hue angle of 140.57º degrees, saturation: 0.57, 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 #34C064 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 100 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.25 |
| HSL | 140.57º | 0.57% | 0.48% | - |
| HSV(B) | 140.57º | 0.73% | 0.75% | - |
| XYZ | 22.57 | 39.35 | 18.46 | - |
| YUV | 139.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 100 | 0.73 | 0 | 0.48 | 0.25 | 140.57 | 0.57 | 0.48 |
| Hex | 34 | C0 | 64 | 49 | 0 | 30 | 19 | 8D | 39 | 30 |
| Octal | 64 | 300 | 144 | 111 | 0 | 60 | 31 | 215 | 71 | 60 |
| Binary | 110100 | 11000000 | 1100100 | 1001001 | 0 | 110000 | 11001 | 10001101 | 111001 | 110000 |
Color Harmonies of #34C064
Complementary color
Monochromatic Colors of #34C064
Black with #34C064
Text Example
Text Example
White with #34C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C064; }
p { color: rgb(52,192,100); }
H1.HeaderClassName
{
color: #34C064;
}
.AnyTagClassName
{
color: #34C064;
}
</style>
background-color css
<style>
a { background-color: #34C064; }
a { background-color: rgb(52,192,100); }
div.DivClassName
{
background-color: #34C064;
}
.BgClassName
{
background-color: #34C064;
}
</style>
border-color css
<style>
span { border-color: #34C064; }
span { border-color: rgb(52,192,100); }
td.TdClassName
{
border-color: #34C064;
}
.TagClassName
{
border-color: #34C064;
}
</style>