Shades of Medium Sea Green #34D064
Tints of Medium Sea Green #34D064
RGB
CMYK
RGB Variations
Color information
#34D064 (or 0x34D064) is known color: Medium Sea Green. HEX triplet: 34, D0 and 64. RGB value is (52,208,100). Sum of RGB (Red+Green+Blue) = 52+208+100=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #34D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D064 is #CB2F9B. Grayscale: #959595. Windows color (decimal): -13315996 or 6606900. OLE color: 6606900.
HSL color Cylindrical-coordinate representation of color #34D064: hue angle of 138.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D064 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 100 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.18 |
| HSL | 138.46º | 0.62% | 0.51% | - |
| HSV(B) | 138.46º | 0.75% | 0.82% | - |
| XYZ | 26.27 | 46.76 | 19.7 | - |
| YUV | 149.04 | 100.32 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 100 | 0.75 | 0 | 0.52 | 0.18 | 138.46 | 0.62 | 0.51 |
| Hex | 34 | D0 | 64 | 4B | 0 | 34 | 12 | 8A | 3E | 33 |
| Octal | 64 | 320 | 144 | 113 | 0 | 64 | 22 | 212 | 76 | 63 |
| Binary | 110100 | 11010000 | 1100100 | 1001011 | 0 | 110100 | 10010 | 10001010 | 111110 | 110011 |
Color Harmonies of #34D064
Complementary color
Monochromatic Colors of #34D064
Black with #34D064
Text Example
Text Example
White with #34D064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D064; }
p { color: rgb(52,208,100); }
H1.HeaderClassName
{
color: #34D064;
}
.AnyTagClassName
{
color: #34D064;
}
</style>
background-color css
<style>
a { background-color: #34D064; }
a { background-color: rgb(52,208,100); }
div.DivClassName
{
background-color: #34D064;
}
.BgClassName
{
background-color: #34D064;
}
</style>
border-color css
<style>
span { border-color: #34D064; }
span { border-color: rgb(52,208,100); }
td.TdClassName
{
border-color: #34D064;
}
.TagClassName
{
border-color: #34D064;
}
</style>