Shades of Medium Sea Green #34B57D
Tints of Medium Sea Green #34B57D
RGB
CMYK
RGB Variations
Color information
#34B57D (or 0x34B57D) is known color: Medium Sea Green. HEX triplet: 34, B5 and 7D. RGB value is (52,181,125). Sum of RGB (Red+Green+Blue) = 52+181+125=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #34B57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B57D is #CB4A82. Grayscale: #888888. Windows color (decimal): -13322883 or 8238388. OLE color: 8238388.
HSL color Cylindrical-coordinate representation of color #34B57D: hue angle of 153.95º 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 #34B57D is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 181 | 125 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.29 |
| HSL | 153.95º | 0.55% | 0.46% | - |
| HSV(B) | 153.95º | 0.71% | 0.71% | - |
| XYZ | 21.64 | 35.26 | 25.07 | - |
| YUV | 136.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 181 | 125 | 0.71 | 0 | 0.31 | 0.29 | 153.95 | 0.55 | 0.46 |
| Hex | 34 | B5 | 7D | 47 | 0 | 1F | 1D | 9A | 37 | 2E |
| Octal | 64 | 265 | 175 | 107 | 0 | 37 | 35 | 232 | 67 | 56 |
| Binary | 110100 | 10110101 | 1111101 | 1000111 | 0 | 11111 | 11101 | 10011010 | 110111 | 101110 |
Color Harmonies of #34B57D
Complementary color
Monochromatic Colors of #34B57D
Black with #34B57D
Text Example
Text Example
White with #34B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B57D; }
p { color: rgb(52,181,125); }
H1.HeaderClassName
{
color: #34B57D;
}
.AnyTagClassName
{
color: #34B57D;
}
</style>
background-color css
<style>
a { background-color: #34B57D; }
a { background-color: rgb(52,181,125); }
div.DivClassName
{
background-color: #34B57D;
}
.BgClassName
{
background-color: #34B57D;
}
</style>
border-color css
<style>
span { border-color: #34B57D; }
span { border-color: rgb(52,181,125); }
td.TdClassName
{
border-color: #34B57D;
}
.TagClassName
{
border-color: #34B57D;
}
</style>