Shades of Medium Sea Green #34C270
Tints of Medium Sea Green #34C270
RGB
CMYK
RGB Variations
Color information
#34C270 (or 0x34C270) is known color: Medium Sea Green. HEX triplet: 34, C2 and 70. RGB value is (52,194,112). Sum of RGB (Red+Green+Blue) = 52+194+112=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #34C270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C270 is #CB3D8F. Grayscale: #8E8E8E. Windows color (decimal): -13319568 or 7389748. OLE color: 7389748.
HSL color Cylindrical-coordinate representation of color #34C270: hue angle of 145.35º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C270 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 112 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.24 |
| HSL | 145.35º | 0.58% | 0.48% | - |
| HSV(B) | 145.35º | 0.73% | 0.76% | - |
| XYZ | 23.63 | 40.48 | 21.9 | - |
| YUV | 142.19 | 110.96 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 112 | 0.73 | 0 | 0.42 | 0.24 | 145.35 | 0.58 | 0.48 |
| Hex | 34 | C2 | 70 | 49 | 0 | 2A | 18 | 91 | 3A | 30 |
| Octal | 64 | 302 | 160 | 111 | 0 | 52 | 30 | 221 | 72 | 60 |
| Binary | 110100 | 11000010 | 1110000 | 1001001 | 0 | 101010 | 11000 | 10010001 | 111010 | 110000 |
Color Harmonies of #34C270
Complementary color
Monochromatic Colors of #34C270
Black with #34C270
Text Example
Text Example
White with #34C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C270; }
p { color: rgb(52,194,112); }
H1.HeaderClassName
{
color: #34C270;
}
.AnyTagClassName
{
color: #34C270;
}
</style>
background-color css
<style>
a { background-color: #34C270; }
a { background-color: rgb(52,194,112); }
div.DivClassName
{
background-color: #34C270;
}
.BgClassName
{
background-color: #34C270;
}
</style>
border-color css
<style>
span { border-color: #34C270; }
span { border-color: rgb(52,194,112); }
td.TdClassName
{
border-color: #34C270;
}
.TagClassName
{
border-color: #34C270;
}
</style>