Shades of Medium Sea Green #34C97D
Tints of Medium Sea Green #34C97D
RGB
CMYK
RGB Variations
Color information
#34C97D (or 0x34C97D) is known color: Medium Sea Green. HEX triplet: 34, C9 and 7D. RGB value is (52,201,125). Sum of RGB (Red+Green+Blue) = 52+201+125=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #34C97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C97D is #CB3682. Grayscale: #939393. Windows color (decimal): -13317763 or 8243508. OLE color: 8243508.
HSL color Cylindrical-coordinate representation of color #34C97D: hue angle of 149.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C97D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 201 | 125 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.21 |
| HSL | 149.4º | 0.59% | 0.5% | - |
| HSV(B) | 149.4º | 0.74% | 0.79% | - |
| XYZ | 26 | 43.98 | 26.52 | - |
| YUV | 147.79 | 115.14 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 201 | 125 | 0.74 | 0 | 0.38 | 0.21 | 149.4 | 0.59 | 0.5 |
| Hex | 34 | C9 | 7D | 4A | 0 | 26 | 15 | 95 | 3B | 32 |
| Octal | 64 | 311 | 175 | 112 | 0 | 46 | 25 | 225 | 73 | 62 |
| Binary | 110100 | 11001001 | 1111101 | 1001010 | 0 | 100110 | 10101 | 10010101 | 111011 | 110010 |
Color Harmonies of #34C97D
Complementary color
Monochromatic Colors of #34C97D
Black with #34C97D
Text Example
Text Example
White with #34C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C97D; }
p { color: rgb(52,201,125); }
H1.HeaderClassName
{
color: #34C97D;
}
.AnyTagClassName
{
color: #34C97D;
}
</style>
background-color css
<style>
a { background-color: #34C97D; }
a { background-color: rgb(52,201,125); }
div.DivClassName
{
background-color: #34C97D;
}
.BgClassName
{
background-color: #34C97D;
}
</style>
border-color css
<style>
span { border-color: #34C97D; }
span { border-color: rgb(52,201,125); }
td.TdClassName
{
border-color: #34C97D;
}
.TagClassName
{
border-color: #34C97D;
}
</style>