Shades of Medium Sea Green #34A869
Tints of Medium Sea Green #34A869
RGB
CMYK
RGB Variations
Color information
#34A869 (or 0x34A869) is known color: Medium Sea Green. HEX triplet: 34, A8 and 69. RGB value is (52,168,105). Sum of RGB (Red+Green+Blue) = 52+168+105=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #34A869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A869 is #CB5796. Grayscale: #7E7E7E. Windows color (decimal): -13326231 or 6924340. OLE color: 6924340.
HSL color Cylindrical-coordinate representation of color #34A869: hue angle of 147.41º 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 #34A869 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 168 | 105 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.34 |
| HSL | 147.41º | 0.53% | 0.43% | - |
| HSV(B) | 147.41º | 0.69% | 0.66% | - |
| XYZ | 17.97 | 29.76 | 18.16 | - |
| YUV | 126.13 | 116.07 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 105 | 0.69 | 0 | 0.38 | 0.34 | 147.41 | 0.53 | 0.43 |
| Hex | 34 | A8 | 69 | 45 | 0 | 26 | 22 | 93 | 35 | 2B |
| Octal | 64 | 250 | 151 | 105 | 0 | 46 | 42 | 223 | 65 | 53 |
| Binary | 110100 | 10101000 | 1101001 | 1000101 | 0 | 100110 | 100010 | 10010011 | 110101 | 101011 |
Color Harmonies of #34A869
Complementary color
Monochromatic Colors of #34A869
Black with #34A869
Text Example
Text Example
White with #34A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A869; }
p { color: rgb(52,168,105); }
H1.HeaderClassName
{
color: #34A869;
}
.AnyTagClassName
{
color: #34A869;
}
</style>
background-color css
<style>
a { background-color: #34A869; }
a { background-color: rgb(52,168,105); }
div.DivClassName
{
background-color: #34A869;
}
.BgClassName
{
background-color: #34A869;
}
</style>
border-color css
<style>
span { border-color: #34A869; }
span { border-color: rgb(52,168,105); }
td.TdClassName
{
border-color: #34A869;
}
.TagClassName
{
border-color: #34A869;
}
</style>