Shades of Medium Sea Green #34A370
Tints of Medium Sea Green #34A370
RGB
CMYK
RGB Variations
Color information
#34A370 (or 0x34A370) is known color: Medium Sea Green. HEX triplet: 34, A3 and 70. RGB value is (52,163,112). Sum of RGB (Red+Green+Blue) = 52+163+112=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #34A370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A370 is #CB5C8F. Grayscale: #7C7C7C. Windows color (decimal): -13327504 or 7381812. OLE color: 7381812.
HSL color Cylindrical-coordinate representation of color #34A370: hue angle of 152.43º degrees, saturation: 0.52, 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 #34A370 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 163 | 112 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.36 |
| HSL | 152.43º | 0.52% | 0.42% | - |
| HSV(B) | 152.43º | 0.68% | 0.64% | - |
| XYZ | 17.44 | 28.09 | 19.83 | - |
| YUV | 124 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 163 | 112 | 0.68 | 0 | 0.31 | 0.36 | 152.43 | 0.52 | 0.42 |
| Hex | 34 | A3 | 70 | 44 | 0 | 1F | 24 | 98 | 34 | 2A |
| Octal | 64 | 243 | 160 | 104 | 0 | 37 | 44 | 230 | 64 | 52 |
| Binary | 110100 | 10100011 | 1110000 | 1000100 | 0 | 11111 | 100100 | 10011000 | 110100 | 101010 |
Color Harmonies of #34A370
Complementary color
Monochromatic Colors of #34A370
Black with #34A370
Text Example
Text Example
White with #34A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A370; }
p { color: rgb(52,163,112); }
H1.HeaderClassName
{
color: #34A370;
}
.AnyTagClassName
{
color: #34A370;
}
</style>
background-color css
<style>
a { background-color: #34A370; }
a { background-color: rgb(52,163,112); }
div.DivClassName
{
background-color: #34A370;
}
.BgClassName
{
background-color: #34A370;
}
</style>
border-color css
<style>
span { border-color: #34A370; }
span { border-color: rgb(52,163,112); }
td.TdClassName
{
border-color: #34A370;
}
.TagClassName
{
border-color: #34A370;
}
</style>