Shades of Medium Sea Green #34A86E
Tints of Medium Sea Green #34A86E
RGB
CMYK
RGB Variations
Color information
#34A86E (or 0x34A86E) is known color: Medium Sea Green. HEX triplet: 34, A8 and 6E. RGB value is (52,168,110). Sum of RGB (Red+Green+Blue) = 52+168+110=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #34A86E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A86E is #CB5791. Grayscale: #7E7E7E. Windows color (decimal): -13326226 or 7252020. OLE color: 7252020.
HSL color Cylindrical-coordinate representation of color #34A86E: hue angle of 150º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A86E is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 168 | 110 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.34 |
| HSL | 150º | 0.53% | 0.43% | - |
| HSV(B) | 150º | 0.69% | 0.66% | - |
| XYZ | 18.23 | 29.86 | 19.55 | - |
| YUV | 126.7 | 118.57 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 110 | 0.69 | 0 | 0.35 | 0.34 | 150 | 0.53 | 0.43 |
| Hex | 34 | A8 | 6E | 45 | 0 | 23 | 22 | 96 | 35 | 2B |
| Octal | 64 | 250 | 156 | 105 | 0 | 43 | 42 | 226 | 65 | 53 |
| Binary | 110100 | 10101000 | 1101110 | 1000101 | 0 | 100011 | 100010 | 10010110 | 110101 | 101011 |
Color Harmonies of #34A86E
Complementary color
Monochromatic Colors of #34A86E
Black with #34A86E
Text Example
Text Example
White with #34A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A86E; }
p { color: rgb(52,168,110); }
H1.HeaderClassName
{
color: #34A86E;
}
.AnyTagClassName
{
color: #34A86E;
}
</style>
background-color css
<style>
a { background-color: #34A86E; }
a { background-color: rgb(52,168,110); }
div.DivClassName
{
background-color: #34A86E;
}
.BgClassName
{
background-color: #34A86E;
}
</style>
border-color css
<style>
span { border-color: #34A86E; }
span { border-color: rgb(52,168,110); }
td.TdClassName
{
border-color: #34A86E;
}
.TagClassName
{
border-color: #34A86E;
}
</style>