Shades of Medium Sea Green #34C072
Tints of Medium Sea Green #34C072
RGB
CMYK
RGB Variations
Color information
#34C072 (or 0x34C072) is known color: Medium Sea Green. HEX triplet: 34, C0 and 72. RGB value is (52,192,114). Sum of RGB (Red+Green+Blue) = 52+192+114=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #34C072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C072 is #CB3F8D. Grayscale: #8D8D8D. Windows color (decimal): -13320078 or 7520308. OLE color: 7520308.
HSL color Cylindrical-coordinate representation of color #34C072: hue angle of 146.57º 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 #34C072 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 114 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.25 |
| HSL | 146.57º | 0.57% | 0.48% | - |
| HSV(B) | 146.57º | 0.73% | 0.75% | - |
| XYZ | 23.3 | 39.64 | 22.34 | - |
| YUV | 141.25 | 112.62 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 114 | 0.73 | 0 | 0.41 | 0.25 | 146.57 | 0.57 | 0.48 |
| Hex | 34 | C0 | 72 | 49 | 0 | 29 | 19 | 93 | 39 | 30 |
| Octal | 64 | 300 | 162 | 111 | 0 | 51 | 31 | 223 | 71 | 60 |
| Binary | 110100 | 11000000 | 1110010 | 1001001 | 0 | 101001 | 11001 | 10010011 | 111001 | 110000 |
Color Harmonies of #34C072
Complementary color
Monochromatic Colors of #34C072
Black with #34C072
Text Example
Text Example
White with #34C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C072; }
p { color: rgb(52,192,114); }
H1.HeaderClassName
{
color: #34C072;
}
.AnyTagClassName
{
color: #34C072;
}
</style>
background-color css
<style>
a { background-color: #34C072; }
a { background-color: rgb(52,192,114); }
div.DivClassName
{
background-color: #34C072;
}
.BgClassName
{
background-color: #34C072;
}
</style>
border-color css
<style>
span { border-color: #34C072; }
span { border-color: rgb(52,192,114); }
td.TdClassName
{
border-color: #34C072;
}
.TagClassName
{
border-color: #34C072;
}
</style>