Shades of Medium Sea Green #34B57A
Tints of Medium Sea Green #34B57A
RGB
CMYK
RGB Variations
Color information
#34B57A (or 0x34B57A) is known color: Medium Sea Green. HEX triplet: 34, B5 and 7A. RGB value is (52,181,122). Sum of RGB (Red+Green+Blue) = 52+181+122=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #34B57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B57A is #CB4A85. Grayscale: #878787. Windows color (decimal): -13322886 or 8041780. OLE color: 8041780.
HSL color Cylindrical-coordinate representation of color #34B57A: hue angle of 152.56º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B57A is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 181 | 122 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.29 |
| HSL | 152.56º | 0.55% | 0.46% | - |
| HSV(B) | 152.56º | 0.71% | 0.71% | - |
| XYZ | 21.45 | 35.18 | 24.07 | - |
| YUV | 135.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 181 | 122 | 0.71 | 0 | 0.33 | 0.29 | 152.56 | 0.55 | 0.46 |
| Hex | 34 | B5 | 7A | 47 | 0 | 21 | 1D | 99 | 37 | 2E |
| Octal | 64 | 265 | 172 | 107 | 0 | 41 | 35 | 231 | 67 | 56 |
| Binary | 110100 | 10110101 | 1111010 | 1000111 | 0 | 100001 | 11101 | 10011001 | 110111 | 101110 |
Color Harmonies of #34B57A
Complementary color
Monochromatic Colors of #34B57A
Black with #34B57A
Text Example
Text Example
White with #34B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B57A; }
p { color: rgb(52,181,122); }
H1.HeaderClassName
{
color: #34B57A;
}
.AnyTagClassName
{
color: #34B57A;
}
</style>
background-color css
<style>
a { background-color: #34B57A; }
a { background-color: rgb(52,181,122); }
div.DivClassName
{
background-color: #34B57A;
}
.BgClassName
{
background-color: #34B57A;
}
</style>
border-color css
<style>
span { border-color: #34B57A; }
span { border-color: rgb(52,181,122); }
td.TdClassName
{
border-color: #34B57A;
}
.TagClassName
{
border-color: #34B57A;
}
</style>