Shades of Medium Sea Green #34AE68
Tints of Medium Sea Green #34AE68
RGB
CMYK
RGB Variations
Color information
#34AE68 (or 0x34AE68) is known color: Medium Sea Green. HEX triplet: 34, AE and 68. RGB value is (52,174,104). Sum of RGB (Red+Green+Blue) = 52+174+104=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #34AE68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AE68 is #CB5197. Grayscale: #818181. Windows color (decimal): -13324696 or 6860340. OLE color: 6860340.
HSL color Cylindrical-coordinate representation of color #34AE68: hue angle of 145.57º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AE68 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 174 | 104 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.32 |
| HSL | 145.57º | 0.54% | 0.44% | - |
| HSV(B) | 145.57º | 0.7% | 0.68% | - |
| XYZ | 19.05 | 32 | 18.27 | - |
| YUV | 129.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 104 | 0.70 | 0 | 0.40 | 0.32 | 145.57 | 0.54 | 0.44 |
| Hex | 34 | AE | 68 | 46 | 0 | 28 | 20 | 92 | 36 | 2C |
| Octal | 64 | 256 | 150 | 106 | 0 | 50 | 40 | 222 | 66 | 54 |
| Binary | 110100 | 10101110 | 1101000 | 1000110 | 0 | 101000 | 100000 | 10010010 | 110110 | 101100 |
Color Harmonies of #34AE68
Complementary color
Monochromatic Colors of #34AE68
Black with #34AE68
Text Example
Text Example
White with #34AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AE68; }
p { color: rgb(52,174,104); }
H1.HeaderClassName
{
color: #34AE68;
}
.AnyTagClassName
{
color: #34AE68;
}
</style>
background-color css
<style>
a { background-color: #34AE68; }
a { background-color: rgb(52,174,104); }
div.DivClassName
{
background-color: #34AE68;
}
.BgClassName
{
background-color: #34AE68;
}
</style>
border-color css
<style>
span { border-color: #34AE68; }
span { border-color: rgb(52,174,104); }
td.TdClassName
{
border-color: #34AE68;
}
.TagClassName
{
border-color: #34AE68;
}
</style>