Shades of Medium Sea Green #34B85A
Tints of Medium Sea Green #34B85A
RGB
CMYK
RGB Variations
Color information
#34B85A (or 0x34B85A) is known color: Medium Sea Green. HEX triplet: 34, B8 and 5A. RGB value is (52,184,90). Sum of RGB (Red+Green+Blue) = 52+184+90=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #34B85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B85A is #CB47A5. Grayscale: #868686. Windows color (decimal): -13322150 or 5945396. OLE color: 5945396.
HSL color Cylindrical-coordinate representation of color #34B85A: hue angle of 137.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B85A is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 184 | 90 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.28 |
| HSL | 137.27º | 0.56% | 0.46% | - |
| HSV(B) | 137.27º | 0.72% | 0.72% | - |
| XYZ | 20.4 | 35.75 | 15.5 | - |
| YUV | 133.82 | 103.27 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 184 | 90 | 0.72 | 0 | 0.51 | 0.28 | 137.27 | 0.56 | 0.46 |
| Hex | 34 | B8 | 5A | 48 | 0 | 33 | 1C | 89 | 38 | 2E |
| Octal | 64 | 270 | 132 | 110 | 0 | 63 | 34 | 211 | 70 | 56 |
| Binary | 110100 | 10111000 | 1011010 | 1001000 | 0 | 110011 | 11100 | 10001001 | 111000 | 101110 |
Color Harmonies of #34B85A
Complementary color
Monochromatic Colors of #34B85A
Black with #34B85A
Text Example
Text Example
White with #34B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B85A; }
p { color: rgb(52,184,90); }
H1.HeaderClassName
{
color: #34B85A;
}
.AnyTagClassName
{
color: #34B85A;
}
</style>
background-color css
<style>
a { background-color: #34B85A; }
a { background-color: rgb(52,184,90); }
div.DivClassName
{
background-color: #34B85A;
}
.BgClassName
{
background-color: #34B85A;
}
</style>
border-color css
<style>
span { border-color: #34B85A; }
span { border-color: rgb(52,184,90); }
td.TdClassName
{
border-color: #34B85A;
}
.TagClassName
{
border-color: #34B85A;
}
</style>