Shades of Medium Sea Green #34BA76
Tints of Medium Sea Green #34BA76
RGB
CMYK
RGB Variations
Color information
#34BA76 (or 0x34BA76) is known color: Medium Sea Green. HEX triplet: 34, BA and 76. RGB value is (52,186,118). Sum of RGB (Red+Green+Blue) = 52+186+118=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BA76 is #CB4589. Grayscale: #8A8A8A. Windows color (decimal): -13321610 or 7780916. OLE color: 7780916.
HSL color Cylindrical-coordinate representation of color #34BA76: hue angle of 149.55º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA76 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 118 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.27 |
| HSL | 149.55º | 0.56% | 0.47% | - |
| HSV(B) | 149.55º | 0.72% | 0.73% | - |
| XYZ | 22.25 | 37.16 | 23.14 | - |
| YUV | 138.18 | 116.61 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 118 | 0.72 | 0 | 0.37 | 0.27 | 149.55 | 0.56 | 0.47 |
| Hex | 34 | BA | 76 | 48 | 0 | 25 | 1B | 96 | 38 | 2F |
| Octal | 64 | 272 | 166 | 110 | 0 | 45 | 33 | 226 | 70 | 57 |
| Binary | 110100 | 10111010 | 1110110 | 1001000 | 0 | 100101 | 11011 | 10010110 | 111000 | 101111 |
Color Harmonies of #34BA76
Complementary color
Monochromatic Colors of #34BA76
Black with #34BA76
Text Example
Text Example
White with #34BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA76; }
p { color: rgb(52,186,118); }
H1.HeaderClassName
{
color: #34BA76;
}
.AnyTagClassName
{
color: #34BA76;
}
</style>
background-color css
<style>
a { background-color: #34BA76; }
a { background-color: rgb(52,186,118); }
div.DivClassName
{
background-color: #34BA76;
}
.BgClassName
{
background-color: #34BA76;
}
</style>
border-color css
<style>
span { border-color: #34BA76; }
span { border-color: rgb(52,186,118); }
td.TdClassName
{
border-color: #34BA76;
}
.TagClassName
{
border-color: #34BA76;
}
</style>