Shades of Medium Sea Green #34D060
Tints of Medium Sea Green #34D060
RGB
CMYK
RGB Variations
Color information
#34D060 (or 0x34D060) is known color: Medium Sea Green. HEX triplet: 34, D0 and 60. RGB value is (52,208,96). Sum of RGB (Red+Green+Blue) = 52+208+96=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #34D060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D060 is #CB2F9F. Grayscale: #949494. Windows color (decimal): -13316000 or 6344756. OLE color: 6344756.
HSL color Cylindrical-coordinate representation of color #34D060: hue angle of 136.92º 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 #34D060 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 96 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.18 |
| HSL | 136.92º | 0.62% | 0.51% | - |
| HSV(B) | 136.92º | 0.75% | 0.82% | - |
| XYZ | 26.08 | 46.69 | 18.7 | - |
| YUV | 148.59 | 98.32 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 96 | 0.75 | 0 | 0.54 | 0.18 | 136.92 | 0.62 | 0.51 |
| Hex | 34 | D0 | 60 | 4B | 0 | 36 | 12 | 89 | 3E | 33 |
| Octal | 64 | 320 | 140 | 113 | 0 | 66 | 22 | 211 | 76 | 63 |
| Binary | 110100 | 11010000 | 1100000 | 1001011 | 0 | 110110 | 10010 | 10001001 | 111110 | 110011 |
Color Harmonies of #34D060
Complementary color
Monochromatic Colors of #34D060
Black with #34D060
Text Example
Text Example
White with #34D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D060; }
p { color: rgb(52,208,96); }
H1.HeaderClassName
{
color: #34D060;
}
.AnyTagClassName
{
color: #34D060;
}
</style>
background-color css
<style>
a { background-color: #34D060; }
a { background-color: rgb(52,208,96); }
div.DivClassName
{
background-color: #34D060;
}
.BgClassName
{
background-color: #34D060;
}
</style>
border-color css
<style>
span { border-color: #34D060; }
span { border-color: rgb(52,208,96); }
td.TdClassName
{
border-color: #34D060;
}
.TagClassName
{
border-color: #34D060;
}
</style>