Shades of Medium Sea Green #34B377
Tints of Medium Sea Green #34B377
RGB
CMYK
RGB Variations
Color information
#34B377 (or 0x34B377) is known color: Medium Sea Green. HEX triplet: 34, B3 and 77. RGB value is (52,179,119). Sum of RGB (Red+Green+Blue) = 52+179+119=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #34B377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B377 is #CB4C88. Grayscale: #868686. Windows color (decimal): -13323401 or 7844660. OLE color: 7844660.
HSL color Cylindrical-coordinate representation of color #34B377: hue angle of 151.65º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B377 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 179 | 119 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.30 |
| HSL | 151.65º | 0.55% | 0.45% | - |
| HSV(B) | 151.65º | 0.71% | 0.7% | - |
| XYZ | 20.87 | 34.3 | 22.97 | - |
| YUV | 134.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 179 | 119 | 0.71 | 0 | 0.34 | 0.30 | 151.65 | 0.55 | 0.45 |
| Hex | 34 | B3 | 77 | 47 | 0 | 22 | 1E | 98 | 37 | 2D |
| Octal | 64 | 263 | 167 | 107 | 0 | 42 | 36 | 230 | 67 | 55 |
| Binary | 110100 | 10110011 | 1110111 | 1000111 | 0 | 100010 | 11110 | 10011000 | 110111 | 101101 |
Color Harmonies of #34B377
Complementary color
Monochromatic Colors of #34B377
Black with #34B377
Text Example
Text Example
White with #34B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B377; }
p { color: rgb(52,179,119); }
H1.HeaderClassName
{
color: #34B377;
}
.AnyTagClassName
{
color: #34B377;
}
</style>
background-color css
<style>
a { background-color: #34B377; }
a { background-color: rgb(52,179,119); }
div.DivClassName
{
background-color: #34B377;
}
.BgClassName
{
background-color: #34B377;
}
</style>
border-color css
<style>
span { border-color: #34B377; }
span { border-color: rgb(52,179,119); }
td.TdClassName
{
border-color: #34B377;
}
.TagClassName
{
border-color: #34B377;
}
</style>