Shades of Medium Sea Green #34CF64
Tints of Medium Sea Green #34CF64
RGB
CMYK
RGB Variations
Color information
#34CF64 (or 0x34CF64) is known color: Medium Sea Green. HEX triplet: 34, CF and 64. RGB value is (52,207,100). Sum of RGB (Red+Green+Blue) = 52+207+100=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CF64 is #CB309B. Grayscale: #949494. Windows color (decimal): -13316252 or 6606644. OLE color: 6606644.
HSL color Cylindrical-coordinate representation of color #34CF64: hue angle of 138.58º 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 #34CF64 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 100 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.19 |
| HSL | 138.58º | 0.62% | 0.51% | - |
| HSV(B) | 138.58º | 0.75% | 0.81% | - |
| XYZ | 26.03 | 46.28 | 19.62 | - |
| YUV | 148.46 | 100.65 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 100 | 0.75 | 0 | 0.52 | 0.19 | 138.58 | 0.62 | 0.51 |
| Hex | 34 | CF | 64 | 4B | 0 | 34 | 13 | 8B | 3E | 33 |
| Octal | 64 | 317 | 144 | 113 | 0 | 64 | 23 | 213 | 76 | 63 |
| Binary | 110100 | 11001111 | 1100100 | 1001011 | 0 | 110100 | 10011 | 10001011 | 111110 | 110011 |
Color Harmonies of #34CF64
Complementary color
Monochromatic Colors of #34CF64
Black with #34CF64
Text Example
Text Example
White with #34CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF64; }
p { color: rgb(52,207,100); }
H1.HeaderClassName
{
color: #34CF64;
}
.AnyTagClassName
{
color: #34CF64;
}
</style>
background-color css
<style>
a { background-color: #34CF64; }
a { background-color: rgb(52,207,100); }
div.DivClassName
{
background-color: #34CF64;
}
.BgClassName
{
background-color: #34CF64;
}
</style>
border-color css
<style>
span { border-color: #34CF64; }
span { border-color: rgb(52,207,100); }
td.TdClassName
{
border-color: #34CF64;
}
.TagClassName
{
border-color: #34CF64;
}
</style>