Shades of Medium Sea Green #34A270
Tints of Medium Sea Green #34A270
RGB
CMYK
RGB Variations
Color information
#34A270 (or 0x34A270) is known color: Medium Sea Green. HEX triplet: 34, A2 and 70. RGB value is (52,162,112). Sum of RGB (Red+Green+Blue) = 52+162+112=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #34A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A270 is #CB5D8F. Grayscale: #7B7B7B. Windows color (decimal): -13327760 or 7381556. OLE color: 7381556.
HSL color Cylindrical-coordinate representation of color #34A270: hue angle of 152.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A270 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 162 | 112 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.36 |
| HSL | 152.73º | 0.51% | 0.42% | - |
| HSV(B) | 152.73º | 0.68% | 0.64% | - |
| XYZ | 17.26 | 27.74 | 19.77 | - |
| YUV | 123.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 112 | 0.68 | 0 | 0.31 | 0.36 | 152.73 | 0.51 | 0.42 |
| Hex | 34 | A2 | 70 | 44 | 0 | 1F | 24 | 99 | 33 | 2A |
| Octal | 64 | 242 | 160 | 104 | 0 | 37 | 44 | 231 | 63 | 52 |
| Binary | 110100 | 10100010 | 1110000 | 1000100 | 0 | 11111 | 100100 | 10011001 | 110011 | 101010 |
Color Harmonies of #34A270
Complementary color
Monochromatic Colors of #34A270
Black with #34A270
Text Example
Text Example
White with #34A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A270; }
p { color: rgb(52,162,112); }
H1.HeaderClassName
{
color: #34A270;
}
.AnyTagClassName
{
color: #34A270;
}
</style>
background-color css
<style>
a { background-color: #34A270; }
a { background-color: rgb(52,162,112); }
div.DivClassName
{
background-color: #34A270;
}
.BgClassName
{
background-color: #34A270;
}
</style>
border-color css
<style>
span { border-color: #34A270; }
span { border-color: rgb(52,162,112); }
td.TdClassName
{
border-color: #34A270;
}
.TagClassName
{
border-color: #34A270;
}
</style>