Shades of Medium Sea Green #34B875
Tints of Medium Sea Green #34B875
RGB
CMYK
RGB Variations
Color information
#34B875 (or 0x34B875) is known color: Medium Sea Green. HEX triplet: 34, B8 and 75. RGB value is (52,184,117). Sum of RGB (Red+Green+Blue) = 52+184+117=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #34B875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B875 is #CB478A. Grayscale: #898989. Windows color (decimal): -13322123 or 7714868. OLE color: 7714868.
HSL color Cylindrical-coordinate representation of color #34B875: hue angle of 149.55º 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 #34B875 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 184 | 117 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.28 |
| HSL | 149.55º | 0.56% | 0.46% | - |
| HSV(B) | 149.55º | 0.72% | 0.72% | - |
| XYZ | 21.77 | 36.3 | 22.69 | - |
| YUV | 136.89 | 116.77 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 184 | 117 | 0.72 | 0 | 0.36 | 0.28 | 149.55 | 0.56 | 0.46 |
| Hex | 34 | B8 | 75 | 48 | 0 | 24 | 1C | 96 | 38 | 2E |
| Octal | 64 | 270 | 165 | 110 | 0 | 44 | 34 | 226 | 70 | 56 |
| Binary | 110100 | 10111000 | 1110101 | 1001000 | 0 | 100100 | 11100 | 10010110 | 111000 | 101110 |
Color Harmonies of #34B875
Complementary color
Monochromatic Colors of #34B875
Black with #34B875
Text Example
Text Example
White with #34B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B875; }
p { color: rgb(52,184,117); }
H1.HeaderClassName
{
color: #34B875;
}
.AnyTagClassName
{
color: #34B875;
}
</style>
background-color css
<style>
a { background-color: #34B875; }
a { background-color: rgb(52,184,117); }
div.DivClassName
{
background-color: #34B875;
}
.BgClassName
{
background-color: #34B875;
}
</style>
border-color css
<style>
span { border-color: #34B875; }
span { border-color: rgb(52,184,117); }
td.TdClassName
{
border-color: #34B875;
}
.TagClassName
{
border-color: #34B875;
}
</style>