Shades of Medium Sea Green #34BC7B
Tints of Medium Sea Green #34BC7B
RGB
CMYK
RGB Variations
Color information
#34BC7B (or 0x34BC7B) is known color: Medium Sea Green. HEX triplet: 34, BC and 7B. RGB value is (52,188,123). Sum of RGB (Red+Green+Blue) = 52+188+123=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC7B is #CB4384. Grayscale: #8C8C8C. Windows color (decimal): -13321093 or 8109108. OLE color: 8109108.
HSL color Cylindrical-coordinate representation of color #34BC7B: hue angle of 151.32º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC7B is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 123 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.26 |
| HSL | 151.32º | 0.57% | 0.47% | - |
| HSV(B) | 151.32º | 0.72% | 0.74% | - |
| XYZ | 22.97 | 38.13 | 24.89 | - |
| YUV | 139.93 | 118.44 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 123 | 0.72 | 0 | 0.35 | 0.26 | 151.32 | 0.57 | 0.47 |
| Hex | 34 | BC | 7B | 48 | 0 | 23 | 1A | 97 | 39 | 2F |
| Octal | 64 | 274 | 173 | 110 | 0 | 43 | 32 | 227 | 71 | 57 |
| Binary | 110100 | 10111100 | 1111011 | 1001000 | 0 | 100011 | 11010 | 10010111 | 111001 | 101111 |
Color Harmonies of #34BC7B
Complementary color
Monochromatic Colors of #34BC7B
Black with #34BC7B
Text Example
Text Example
White with #34BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC7B; }
p { color: rgb(52,188,123); }
H1.HeaderClassName
{
color: #34BC7B;
}
.AnyTagClassName
{
color: #34BC7B;
}
</style>
background-color css
<style>
a { background-color: #34BC7B; }
a { background-color: rgb(52,188,123); }
div.DivClassName
{
background-color: #34BC7B;
}
.BgClassName
{
background-color: #34BC7B;
}
</style>
border-color css
<style>
span { border-color: #34BC7B; }
span { border-color: rgb(52,188,123); }
td.TdClassName
{
border-color: #34BC7B;
}
.TagClassName
{
border-color: #34BC7B;
}
</style>