Shades of Medium Sea Green #34D068
Tints of Medium Sea Green #34D068
RGB
CMYK
RGB Variations
Color information
#34D068 (or 0x34D068) is known color: Medium Sea Green. HEX triplet: 34, D0 and 68. RGB value is (52,208,104). Sum of RGB (Red+Green+Blue) = 52+208+104=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #34D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D068 is #CB2F97. Grayscale: #959595. Windows color (decimal): -13315992 or 6869044. OLE color: 6869044.
HSL color Cylindrical-coordinate representation of color #34D068: hue angle of 140º 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 #34D068 is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 104 | - |
| CMYK | 0.75 | 0 | 0.5 | 0.18 |
| HSL | 140º | 0.62% | 0.51% | - |
| HSV(B) | 140º | 0.75% | 0.82% | - |
| XYZ | 26.47 | 46.84 | 20.74 | - |
| YUV | 149.5 | 102.32 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 104 | 0.75 | 0 | 0.5 | 0.18 | 140 | 0.62 | 0.51 |
| Hex | 34 | D0 | 68 | 4B | 0 | 32 | 12 | 8C | 3E | 33 |
| Octal | 64 | 320 | 150 | 113 | 0 | 62 | 22 | 214 | 76 | 63 |
| Binary | 110100 | 11010000 | 1101000 | 1001011 | 0 | 110010 | 10010 | 10001100 | 111110 | 110011 |
Color Harmonies of #34D068
Complementary color
Monochromatic Colors of #34D068
Black with #34D068
Text Example
Text Example
White with #34D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D068; }
p { color: rgb(52,208,104); }
H1.HeaderClassName
{
color: #34D068;
}
.AnyTagClassName
{
color: #34D068;
}
</style>
background-color css
<style>
a { background-color: #34D068; }
a { background-color: rgb(52,208,104); }
div.DivClassName
{
background-color: #34D068;
}
.BgClassName
{
background-color: #34D068;
}
</style>
border-color css
<style>
span { border-color: #34D068; }
span { border-color: rgb(52,208,104); }
td.TdClassName
{
border-color: #34D068;
}
.TagClassName
{
border-color: #34D068;
}
</style>