Shades of Medium Sea Green #34D063
Tints of Medium Sea Green #34D063
RGB
CMYK
RGB Variations
Color information
#34D063 (or 0x34D063) is known color: Medium Sea Green. HEX triplet: 34, D0 and 63. RGB value is (52,208,99). Sum of RGB (Red+Green+Blue) = 52+208+99=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #34D063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D063 is #CB2F9C. Grayscale: #959595. Windows color (decimal): -13315997 or 6541364. OLE color: 6541364.
HSL color Cylindrical-coordinate representation of color #34D063: hue angle of 138.08º 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 #34D063 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 99 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.18 |
| HSL | 138.08º | 0.62% | 0.51% | - |
| HSV(B) | 138.08º | 0.75% | 0.82% | - |
| XYZ | 26.22 | 46.74 | 19.44 | - |
| YUV | 148.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 99 | 0.75 | 0 | 0.52 | 0.18 | 138.08 | 0.62 | 0.51 |
| Hex | 34 | D0 | 63 | 4B | 0 | 34 | 12 | 8A | 3E | 33 |
| Octal | 64 | 320 | 143 | 113 | 0 | 64 | 22 | 212 | 76 | 63 |
| Binary | 110100 | 11010000 | 1100011 | 1001011 | 0 | 110100 | 10010 | 10001010 | 111110 | 110011 |
Color Harmonies of #34D063
Complementary color
Monochromatic Colors of #34D063
Black with #34D063
Text Example
Text Example
White with #34D063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D063; }
p { color: rgb(52,208,99); }
H1.HeaderClassName
{
color: #34D063;
}
.AnyTagClassName
{
color: #34D063;
}
</style>
background-color css
<style>
a { background-color: #34D063; }
a { background-color: rgb(52,208,99); }
div.DivClassName
{
background-color: #34D063;
}
.BgClassName
{
background-color: #34D063;
}
</style>
border-color css
<style>
span { border-color: #34D063; }
span { border-color: rgb(52,208,99); }
td.TdClassName
{
border-color: #34D063;
}
.TagClassName
{
border-color: #34D063;
}
</style>