Shades of Medium Sea Green #34AC64
Tints of Medium Sea Green #34AC64
RGB
CMYK
RGB Variations
Color information
#34AC64 (or 0x34AC64) is known color: Medium Sea Green. HEX triplet: 34, AC and 64. RGB value is (52,172,100). Sum of RGB (Red+Green+Blue) = 52+172+100=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AC64 is #CB539B. Grayscale: #808080. Windows color (decimal): -13325212 or 6597684. OLE color: 6597684.
HSL color Cylindrical-coordinate representation of color #34AC64: hue angle of 144º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AC64 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 172 | 100 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.33 |
| HSL | 144º | 0.54% | 0.44% | - |
| HSV(B) | 144º | 0.7% | 0.67% | - |
| XYZ | 18.47 | 31.16 | 17.1 | - |
| YUV | 127.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 172 | 100 | 0.70 | 0 | 0.42 | 0.33 | 144 | 0.54 | 0.44 |
| Hex | 34 | AC | 64 | 46 | 0 | 2A | 21 | 90 | 36 | 2C |
| Octal | 64 | 254 | 144 | 106 | 0 | 52 | 41 | 220 | 66 | 54 |
| Binary | 110100 | 10101100 | 1100100 | 1000110 | 0 | 101010 | 100001 | 10010000 | 110110 | 101100 |
Color Harmonies of #34AC64
Complementary color
Monochromatic Colors of #34AC64
Black with #34AC64
Text Example
Text Example
White with #34AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AC64; }
p { color: rgb(52,172,100); }
H1.HeaderClassName
{
color: #34AC64;
}
.AnyTagClassName
{
color: #34AC64;
}
</style>
background-color css
<style>
a { background-color: #34AC64; }
a { background-color: rgb(52,172,100); }
div.DivClassName
{
background-color: #34AC64;
}
.BgClassName
{
background-color: #34AC64;
}
</style>
border-color css
<style>
span { border-color: #34AC64; }
span { border-color: rgb(52,172,100); }
td.TdClassName
{
border-color: #34AC64;
}
.TagClassName
{
border-color: #34AC64;
}
</style>