Shades of Medium Sea Green #34A96A
Tints of Medium Sea Green #34A96A
RGB
CMYK
RGB Variations
Color information
#34A96A (or 0x34A96A) is known color: Medium Sea Green. HEX triplet: 34, A9 and 6A. RGB value is (52,169,106). Sum of RGB (Red+Green+Blue) = 52+169+106=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #34A96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A96A is #CB5695. Grayscale: #7E7E7E. Windows color (decimal): -13325974 or 6990132. OLE color: 6990132.
HSL color Cylindrical-coordinate representation of color #34A96A: hue angle of 147.69º 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 #34A96A is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 169 | 106 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.34 |
| HSL | 147.69º | 0.53% | 0.43% | - |
| HSV(B) | 147.69º | 0.69% | 0.66% | - |
| XYZ | 18.21 | 30.15 | 18.5 | - |
| YUV | 126.84 | 116.24 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 169 | 106 | 0.69 | 0 | 0.37 | 0.34 | 147.69 | 0.53 | 0.43 |
| Hex | 34 | A9 | 6A | 45 | 0 | 25 | 22 | 94 | 35 | 2B |
| Octal | 64 | 251 | 152 | 105 | 0 | 45 | 42 | 224 | 65 | 53 |
| Binary | 110100 | 10101001 | 1101010 | 1000101 | 0 | 100101 | 100010 | 10010100 | 110101 | 101011 |
Color Harmonies of #34A96A
Complementary color
Monochromatic Colors of #34A96A
Black with #34A96A
Text Example
Text Example
White with #34A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A96A; }
p { color: rgb(52,169,106); }
H1.HeaderClassName
{
color: #34A96A;
}
.AnyTagClassName
{
color: #34A96A;
}
</style>
background-color css
<style>
a { background-color: #34A96A; }
a { background-color: rgb(52,169,106); }
div.DivClassName
{
background-color: #34A96A;
}
.BgClassName
{
background-color: #34A96A;
}
</style>
border-color css
<style>
span { border-color: #34A96A; }
span { border-color: rgb(52,169,106); }
td.TdClassName
{
border-color: #34A96A;
}
.TagClassName
{
border-color: #34A96A;
}
</style>