Shades of Medium Sea Green #34C073
Tints of Medium Sea Green #34C073
RGB
CMYK
RGB Variations
Color information
#34C073 (or 0x34C073) is known color: Medium Sea Green. HEX triplet: 34, C0 and 73. RGB value is (52,192,115). Sum of RGB (Red+Green+Blue) = 52+192+115=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #34C073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C073 is #CB3F8C. Grayscale: #8D8D8D. Windows color (decimal): -13320077 or 7585844. OLE color: 7585844.
HSL color Cylindrical-coordinate representation of color #34C073: hue angle of 147º 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 #34C073 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 115 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.25 |
| HSL | 147º | 0.57% | 0.48% | - |
| HSV(B) | 147º | 0.73% | 0.75% | - |
| XYZ | 23.36 | 39.67 | 22.64 | - |
| YUV | 141.36 | 113.12 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 115 | 0.73 | 0 | 0.40 | 0.25 | 147 | 0.57 | 0.48 |
| Hex | 34 | C0 | 73 | 49 | 0 | 28 | 19 | 93 | 39 | 30 |
| Octal | 64 | 300 | 163 | 111 | 0 | 50 | 31 | 223 | 71 | 60 |
| Binary | 110100 | 11000000 | 1110011 | 1001001 | 0 | 101000 | 11001 | 10010011 | 111001 | 110000 |
Color Harmonies of #34C073
Complementary color
Monochromatic Colors of #34C073
Black with #34C073
Text Example
Text Example
White with #34C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C073; }
p { color: rgb(52,192,115); }
H1.HeaderClassName
{
color: #34C073;
}
.AnyTagClassName
{
color: #34C073;
}
</style>
background-color css
<style>
a { background-color: #34C073; }
a { background-color: rgb(52,192,115); }
div.DivClassName
{
background-color: #34C073;
}
.BgClassName
{
background-color: #34C073;
}
</style>
border-color css
<style>
span { border-color: #34C073; }
span { border-color: rgb(52,192,115); }
td.TdClassName
{
border-color: #34C073;
}
.TagClassName
{
border-color: #34C073;
}
</style>