Shades of Medium Sea Green #34BD63
Tints of Medium Sea Green #34BD63
RGB
CMYK
RGB Variations
Color information
#34BD63 (or 0x34BD63) is known color: Medium Sea Green. HEX triplet: 34, BD and 63. RGB value is (52,189,99). Sum of RGB (Red+Green+Blue) = 52+189+99=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BD63 is #CB429C. Grayscale: #8A8A8A. Windows color (decimal): -13320861 or 6536500. OLE color: 6536500.
HSL color Cylindrical-coordinate representation of color #34BD63: hue angle of 140.58º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BD63 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 189 | 99 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.26 |
| HSL | 140.58º | 0.57% | 0.47% | - |
| HSV(B) | 140.58º | 0.72% | 0.74% | - |
| XYZ | 21.87 | 38.03 | 17.99 | - |
| YUV | 137.78 | 106.11 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 99 | 0.72 | 0 | 0.48 | 0.26 | 140.58 | 0.57 | 0.47 |
| Hex | 34 | BD | 63 | 48 | 0 | 30 | 1A | 8D | 39 | 2F |
| Octal | 64 | 275 | 143 | 110 | 0 | 60 | 32 | 215 | 71 | 57 |
| Binary | 110100 | 10111101 | 1100011 | 1001000 | 0 | 110000 | 11010 | 10001101 | 111001 | 101111 |
Color Harmonies of #34BD63
Complementary color
Monochromatic Colors of #34BD63
Black with #34BD63
Text Example
Text Example
White with #34BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BD63; }
p { color: rgb(52,189,99); }
H1.HeaderClassName
{
color: #34BD63;
}
.AnyTagClassName
{
color: #34BD63;
}
</style>
background-color css
<style>
a { background-color: #34BD63; }
a { background-color: rgb(52,189,99); }
div.DivClassName
{
background-color: #34BD63;
}
.BgClassName
{
background-color: #34BD63;
}
</style>
border-color css
<style>
span { border-color: #34BD63; }
span { border-color: rgb(52,189,99); }
td.TdClassName
{
border-color: #34BD63;
}
.TagClassName
{
border-color: #34BD63;
}
</style>