Shades of Medium Sea Green #34BF80
Tints of Medium Sea Green #34BF80
RGB
CMYK
RGB Variations
Color information
#34BF80 (or 0x34BF80) is known color: Medium Sea Green. HEX triplet: 34, BF and 80. RGB value is (52,191,128). Sum of RGB (Red+Green+Blue) = 52+191+128=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BF80 is #CB407F. Grayscale: #8E8E8E. Windows color (decimal): -13320320 or 8437556. OLE color: 8437556.
HSL color Cylindrical-coordinate representation of color #34BF80: hue angle of 152.81º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BF80 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 191 | 128 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.25 |
| HSL | 152.81º | 0.57% | 0.48% | - |
| HSV(B) | 152.81º | 0.73% | 0.75% | - |
| XYZ | 23.94 | 39.55 | 26.79 | - |
| YUV | 142.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 128 | 0.73 | 0 | 0.33 | 0.25 | 152.81 | 0.57 | 0.48 |
| Hex | 34 | BF | 80 | 49 | 0 | 21 | 19 | 99 | 39 | 30 |
| Octal | 64 | 277 | 200 | 111 | 0 | 41 | 31 | 231 | 71 | 60 |
| Binary | 110100 | 10111111 | 10000000 | 1001001 | 0 | 100001 | 11001 | 10011001 | 111001 | 110000 |
Color Harmonies of #34BF80
Complementary color
Monochromatic Colors of #34BF80
Black with #34BF80
Text Example
Text Example
White with #34BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BF80; }
p { color: rgb(52,191,128); }
H1.HeaderClassName
{
color: #34BF80;
}
.AnyTagClassName
{
color: #34BF80;
}
</style>
background-color css
<style>
a { background-color: #34BF80; }
a { background-color: rgb(52,191,128); }
div.DivClassName
{
background-color: #34BF80;
}
.BgClassName
{
background-color: #34BF80;
}
</style>
border-color css
<style>
span { border-color: #34BF80; }
span { border-color: rgb(52,191,128); }
td.TdClassName
{
border-color: #34BF80;
}
.TagClassName
{
border-color: #34BF80;
}
</style>