Shades of Medium Sea Green #34C05F
Tints of Medium Sea Green #34C05F
RGB
CMYK
RGB Variations
Color information
#34C05F (or 0x34C05F) is known color: Medium Sea Green. HEX triplet: 34, C0 and 5F. RGB value is (52,192,95). Sum of RGB (Red+Green+Blue) = 52+192+95=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #34C05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C05F is #CB3FA0. Grayscale: #8B8B8B. Windows color (decimal): -13320097 or 6275124. OLE color: 6275124.
HSL color Cylindrical-coordinate representation of color #34C05F: hue angle of 138.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C05F is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 95 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.25 |
| HSL | 138.43º | 0.57% | 0.48% | - |
| HSV(B) | 138.43º | 0.73% | 0.75% | - |
| XYZ | 22.33 | 39.26 | 17.23 | - |
| YUV | 139.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 95 | 0.73 | 0 | 0.51 | 0.25 | 138.43 | 0.57 | 0.48 |
| Hex | 34 | C0 | 5F | 49 | 0 | 33 | 19 | 8A | 39 | 30 |
| Octal | 64 | 300 | 137 | 111 | 0 | 63 | 31 | 212 | 71 | 60 |
| Binary | 110100 | 11000000 | 1011111 | 1001001 | 0 | 110011 | 11001 | 10001010 | 111001 | 110000 |
Color Harmonies of #34C05F
Complementary color
Monochromatic Colors of #34C05F
Black with #34C05F
Text Example
Text Example
White with #34C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C05F; }
p { color: rgb(52,192,95); }
H1.HeaderClassName
{
color: #34C05F;
}
.AnyTagClassName
{
color: #34C05F;
}
</style>
background-color css
<style>
a { background-color: #34C05F; }
a { background-color: rgb(52,192,95); }
div.DivClassName
{
background-color: #34C05F;
}
.BgClassName
{
background-color: #34C05F;
}
</style>
border-color css
<style>
span { border-color: #34C05F; }
span { border-color: rgb(52,192,95); }
td.TdClassName
{
border-color: #34C05F;
}
.TagClassName
{
border-color: #34C05F;
}
</style>