Shades of Medium Sea Green #34C376
Tints of Medium Sea Green #34C376
RGB
CMYK
RGB Variations
Color information
#34C376 (or 0x34C376) is known color: Medium Sea Green. HEX triplet: 34, C3 and 76. RGB value is (52,195,118). Sum of RGB (Red+Green+Blue) = 52+195+118=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #34C376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C376 is #CB3C89. Grayscale: #8F8F8F. Windows color (decimal): -13319306 or 7783220. OLE color: 7783220.
HSL color Cylindrical-coordinate representation of color #34C376: hue angle of 147.69º 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 #34C376 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 118 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.24 |
| HSL | 147.69º | 0.58% | 0.48% | - |
| HSV(B) | 147.69º | 0.73% | 0.76% | - |
| XYZ | 24.2 | 41.07 | 23.79 | - |
| YUV | 143.47 | 113.62 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 118 | 0.73 | 0 | 0.39 | 0.24 | 147.69 | 0.58 | 0.48 |
| Hex | 34 | C3 | 76 | 49 | 0 | 27 | 18 | 94 | 3A | 30 |
| Octal | 64 | 303 | 166 | 111 | 0 | 47 | 30 | 224 | 72 | 60 |
| Binary | 110100 | 11000011 | 1110110 | 1001001 | 0 | 100111 | 11000 | 10010100 | 111010 | 110000 |
Color Harmonies of #34C376
Complementary color
Monochromatic Colors of #34C376
Black with #34C376
Text Example
Text Example
White with #34C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C376; }
p { color: rgb(52,195,118); }
H1.HeaderClassName
{
color: #34C376;
}
.AnyTagClassName
{
color: #34C376;
}
</style>
background-color css
<style>
a { background-color: #34C376; }
a { background-color: rgb(52,195,118); }
div.DivClassName
{
background-color: #34C376;
}
.BgClassName
{
background-color: #34C376;
}
</style>
border-color css
<style>
span { border-color: #34C376; }
span { border-color: rgb(52,195,118); }
td.TdClassName
{
border-color: #34C376;
}
.TagClassName
{
border-color: #34C376;
}
</style>