Shades of Medium Sea Green #34C06D
Tints of Medium Sea Green #34C06D
RGB
CMYK
RGB Variations
Color information
#34C06D (or 0x34C06D) is known color: Medium Sea Green. HEX triplet: 34, C0 and 6D. RGB value is (52,192,109). Sum of RGB (Red+Green+Blue) = 52+192+109=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #34C06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C06D is #CB3F92. Grayscale: #8C8C8C. Windows color (decimal): -13320083 or 7192628. OLE color: 7192628.
HSL color Cylindrical-coordinate representation of color #34C06D: hue angle of 144.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 #34C06D is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 109 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.25 |
| HSL | 144.43º | 0.57% | 0.48% | - |
| HSV(B) | 144.43º | 0.73% | 0.75% | - |
| XYZ | 23.03 | 39.53 | 20.89 | - |
| YUV | 140.68 | 110.12 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 109 | 0.73 | 0 | 0.43 | 0.25 | 144.43 | 0.57 | 0.48 |
| Hex | 34 | C0 | 6D | 49 | 0 | 2B | 19 | 90 | 39 | 30 |
| Octal | 64 | 300 | 155 | 111 | 0 | 53 | 31 | 220 | 71 | 60 |
| Binary | 110100 | 11000000 | 1101101 | 1001001 | 0 | 101011 | 11001 | 10010000 | 111001 | 110000 |
Color Harmonies of #34C06D
Complementary color
Monochromatic Colors of #34C06D
Black with #34C06D
Text Example
Text Example
White with #34C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C06D; }
p { color: rgb(52,192,109); }
H1.HeaderClassName
{
color: #34C06D;
}
.AnyTagClassName
{
color: #34C06D;
}
</style>
background-color css
<style>
a { background-color: #34C06D; }
a { background-color: rgb(52,192,109); }
div.DivClassName
{
background-color: #34C06D;
}
.BgClassName
{
background-color: #34C06D;
}
</style>
border-color css
<style>
span { border-color: #34C06D; }
span { border-color: rgb(52,192,109); }
td.TdClassName
{
border-color: #34C06D;
}
.TagClassName
{
border-color: #34C06D;
}
</style>