Shades of Medium Sea Green #34B16F
Tints of Medium Sea Green #34B16F
RGB
CMYK
RGB Variations
Color information
#34B16F (or 0x34B16F) is known color: Medium Sea Green. HEX triplet: 34, B1 and 6F. RGB value is (52,177,111). Sum of RGB (Red+Green+Blue) = 52+177+111=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #34B16F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34B16F is #CB4E90. Grayscale: #848484. Windows color (decimal): -13323921 or 7319860. OLE color: 7319860.
HSL color Cylindrical-coordinate representation of color #34B16F: hue angle of 148.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B16F is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 177 | 111 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.31 |
| HSL | 148.32º | 0.55% | 0.45% | - |
| HSV(B) | 148.32º | 0.71% | 0.69% | - |
| XYZ | 20.01 | 33.32 | 20.42 | - |
| YUV | 132.1 | 116.09 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 111 | 0.71 | 0 | 0.37 | 0.31 | 148.32 | 0.55 | 0.45 |
| Hex | 34 | B1 | 6F | 47 | 0 | 25 | 1F | 94 | 37 | 2D |
| Octal | 64 | 261 | 157 | 107 | 0 | 45 | 37 | 224 | 67 | 55 |
| Binary | 110100 | 10110001 | 1101111 | 1000111 | 0 | 100101 | 11111 | 10010100 | 110111 | 101101 |
Color Harmonies of #34B16F
Complementary color
Monochromatic Colors of #34B16F
Black with #34B16F
Text Example
Text Example
White with #34B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B16F; }
p { color: rgb(52,177,111); }
H1.HeaderClassName
{
color: #34B16F;
}
.AnyTagClassName
{
color: #34B16F;
}
</style>
background-color css
<style>
a { background-color: #34B16F; }
a { background-color: rgb(52,177,111); }
div.DivClassName
{
background-color: #34B16F;
}
.BgClassName
{
background-color: #34B16F;
}
</style>
border-color css
<style>
span { border-color: #34B16F; }
span { border-color: rgb(52,177,111); }
td.TdClassName
{
border-color: #34B16F;
}
.TagClassName
{
border-color: #34B16F;
}
</style>