Shades of Medium Sea Green #34B575
Tints of Medium Sea Green #34B575
RGB
CMYK
RGB Variations
Color information
#34B575 (or 0x34B575) is known color: Medium Sea Green. HEX triplet: 34, B5 and 75. RGB value is (52,181,117). Sum of RGB (Red+Green+Blue) = 52+181+117=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #34B575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B575 is #CB4A8A. Grayscale: #878787. Windows color (decimal): -13322891 or 7714100. OLE color: 7714100.
HSL color Cylindrical-coordinate representation of color #34B575: hue angle of 150.23º 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 #34B575 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 181 | 117 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.29 |
| HSL | 150.23º | 0.55% | 0.46% | - |
| HSV(B) | 150.23º | 0.71% | 0.71% | - |
| XYZ | 21.15 | 35.06 | 22.48 | - |
| YUV | 135.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 181 | 117 | 0.71 | 0 | 0.35 | 0.29 | 150.23 | 0.55 | 0.46 |
| Hex | 34 | B5 | 75 | 47 | 0 | 23 | 1D | 96 | 37 | 2E |
| Octal | 64 | 265 | 165 | 107 | 0 | 43 | 35 | 226 | 67 | 56 |
| Binary | 110100 | 10110101 | 1110101 | 1000111 | 0 | 100011 | 11101 | 10010110 | 110111 | 101110 |
Color Harmonies of #34B575
Complementary color
Monochromatic Colors of #34B575
Black with #34B575
Text Example
Text Example
White with #34B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B575; }
p { color: rgb(52,181,117); }
H1.HeaderClassName
{
color: #34B575;
}
.AnyTagClassName
{
color: #34B575;
}
</style>
background-color css
<style>
a { background-color: #34B575; }
a { background-color: rgb(52,181,117); }
div.DivClassName
{
background-color: #34B575;
}
.BgClassName
{
background-color: #34B575;
}
</style>
border-color css
<style>
span { border-color: #34B575; }
span { border-color: rgb(52,181,117); }
td.TdClassName
{
border-color: #34B575;
}
.TagClassName
{
border-color: #34B575;
}
</style>