Shades of Medium Sea Green #34CF5E
Tints of Medium Sea Green #34CF5E
RGB
CMYK
RGB Variations
Color information
#34CF5E (or 0x34CF5E) is known color: Medium Sea Green. HEX triplet: 34, CF and 5E. RGB value is (52,207,94). Sum of RGB (Red+Green+Blue) = 52+207+94=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CF5E is #CB30A1. Grayscale: #949494. Windows color (decimal): -13316258 or 6213428. OLE color: 6213428.
HSL color Cylindrical-coordinate representation of color #34CF5E: hue angle of 136.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CF5E is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 94 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.19 |
| HSL | 136.26º | 0.62% | 0.51% | - |
| HSV(B) | 136.26º | 0.75% | 0.81% | - |
| XYZ | 25.75 | 46.16 | 18.14 | - |
| YUV | 147.77 | 97.65 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 94 | 0.75 | 0 | 0.55 | 0.19 | 136.26 | 0.62 | 0.51 |
| Hex | 34 | CF | 5E | 4B | 0 | 37 | 13 | 88 | 3E | 33 |
| Octal | 64 | 317 | 136 | 113 | 0 | 67 | 23 | 210 | 76 | 63 |
| Binary | 110100 | 11001111 | 1011110 | 1001011 | 0 | 110111 | 10011 | 10001000 | 111110 | 110011 |
Color Harmonies of #34CF5E
Complementary color
Monochromatic Colors of #34CF5E
Black with #34CF5E
Text Example
Text Example
White with #34CF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF5E; }
p { color: rgb(52,207,94); }
H1.HeaderClassName
{
color: #34CF5E;
}
.AnyTagClassName
{
color: #34CF5E;
}
</style>
background-color css
<style>
a { background-color: #34CF5E; }
a { background-color: rgb(52,207,94); }
div.DivClassName
{
background-color: #34CF5E;
}
.BgClassName
{
background-color: #34CF5E;
}
</style>
border-color css
<style>
span { border-color: #34CF5E; }
span { border-color: rgb(52,207,94); }
td.TdClassName
{
border-color: #34CF5E;
}
.TagClassName
{
border-color: #34CF5E;
}
</style>