Shades of Medium Sea Green #34AA64
Tints of Medium Sea Green #34AA64
RGB
CMYK
RGB Variations
Color information
#34AA64 (or 0x34AA64) is known color: Medium Sea Green. HEX triplet: 34, AA and 64. RGB value is (52,170,100). Sum of RGB (Red+Green+Blue) = 52+170+100=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AA64 is #CB559B. Grayscale: #7E7E7E. Windows color (decimal): -13325724 or 6597172. OLE color: 6597172.
HSL color Cylindrical-coordinate representation of color #34AA64: hue angle of 144.41º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA64 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 170 | 100 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.33 |
| HSL | 144.41º | 0.53% | 0.44% | - |
| HSV(B) | 144.41º | 0.69% | 0.67% | - |
| XYZ | 18.09 | 30.4 | 16.97 | - |
| YUV | 126.74 | 112.91 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 100 | 0.69 | 0 | 0.41 | 0.33 | 144.41 | 0.53 | 0.44 |
| Hex | 34 | AA | 64 | 45 | 0 | 29 | 21 | 90 | 35 | 2C |
| Octal | 64 | 252 | 144 | 105 | 0 | 51 | 41 | 220 | 65 | 54 |
| Binary | 110100 | 10101010 | 1100100 | 1000101 | 0 | 101001 | 100001 | 10010000 | 110101 | 101100 |
Color Harmonies of #34AA64
Complementary color
Monochromatic Colors of #34AA64
Black with #34AA64
Text Example
Text Example
White with #34AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AA64; }
p { color: rgb(52,170,100); }
H1.HeaderClassName
{
color: #34AA64;
}
.AnyTagClassName
{
color: #34AA64;
}
</style>
background-color css
<style>
a { background-color: #34AA64; }
a { background-color: rgb(52,170,100); }
div.DivClassName
{
background-color: #34AA64;
}
.BgClassName
{
background-color: #34AA64;
}
</style>
border-color css
<style>
span { border-color: #34AA64; }
span { border-color: rgb(52,170,100); }
td.TdClassName
{
border-color: #34AA64;
}
.TagClassName
{
border-color: #34AA64;
}
</style>