Shades of Medium Sea Green #34BC65
Tints of Medium Sea Green #34BC65
RGB
CMYK
RGB Variations
Color information
#34BC65 (or 0x34BC65) is known color: Medium Sea Green. HEX triplet: 34, BC and 65. RGB value is (52,188,101). Sum of RGB (Red+Green+Blue) = 52+188+101=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC65 is #CB439A. Grayscale: #898989. Windows color (decimal): -13321115 or 6667316. OLE color: 6667316.
HSL color Cylindrical-coordinate representation of color #34BC65: hue angle of 141.62º 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 #34BC65 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 101 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.26 |
| HSL | 141.62º | 0.57% | 0.47% | - |
| HSV(B) | 141.62º | 0.72% | 0.74% | - |
| XYZ | 21.75 | 37.64 | 18.43 | - |
| YUV | 137.42 | 107.44 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 101 | 0.72 | 0 | 0.46 | 0.26 | 141.62 | 0.57 | 0.47 |
| Hex | 34 | BC | 65 | 48 | 0 | 2E | 1A | 8E | 39 | 2F |
| Octal | 64 | 274 | 145 | 110 | 0 | 56 | 32 | 216 | 71 | 57 |
| Binary | 110100 | 10111100 | 1100101 | 1001000 | 0 | 101110 | 11010 | 10001110 | 111001 | 101111 |
Color Harmonies of #34BC65
Complementary color
Monochromatic Colors of #34BC65
Black with #34BC65
Text Example
Text Example
White with #34BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC65; }
p { color: rgb(52,188,101); }
H1.HeaderClassName
{
color: #34BC65;
}
.AnyTagClassName
{
color: #34BC65;
}
</style>
background-color css
<style>
a { background-color: #34BC65; }
a { background-color: rgb(52,188,101); }
div.DivClassName
{
background-color: #34BC65;
}
.BgClassName
{
background-color: #34BC65;
}
</style>
border-color css
<style>
span { border-color: #34BC65; }
span { border-color: rgb(52,188,101); }
td.TdClassName
{
border-color: #34BC65;
}
.TagClassName
{
border-color: #34BC65;
}
</style>