Shades of Medium Sea Green #34AF7A
Tints of Medium Sea Green #34AF7A
RGB
CMYK
RGB Variations
Color information
#34AF7A (or 0x34AF7A) is known color: Medium Sea Green. HEX triplet: 34, AF and 7A. RGB value is (52,175,122). Sum of RGB (Red+Green+Blue) = 52+175+122=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AF7A is #CB5085. Grayscale: #848484. Windows color (decimal): -13324422 or 8040244. OLE color: 8040244.
HSL color Cylindrical-coordinate representation of color #34AF7A: hue angle of 154.15º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF7A is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 122 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.31 |
| HSL | 154.15º | 0.54% | 0.45% | - |
| HSV(B) | 154.15º | 0.7% | 0.69% | - |
| XYZ | 20.26 | 32.8 | 23.67 | - |
| YUV | 132.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 122 | 0.70 | 0 | 0.30 | 0.31 | 154.15 | 0.54 | 0.45 |
| Hex | 34 | AF | 7A | 46 | 0 | 1E | 1F | 9A | 36 | 2D |
| Octal | 64 | 257 | 172 | 106 | 0 | 36 | 37 | 232 | 66 | 55 |
| Binary | 110100 | 10101111 | 1111010 | 1000110 | 0 | 11110 | 11111 | 10011010 | 110110 | 101101 |
Color Harmonies of #34AF7A
Complementary color
Monochromatic Colors of #34AF7A
Black with #34AF7A
Text Example
Text Example
White with #34AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF7A; }
p { color: rgb(52,175,122); }
H1.HeaderClassName
{
color: #34AF7A;
}
.AnyTagClassName
{
color: #34AF7A;
}
</style>
background-color css
<style>
a { background-color: #34AF7A; }
a { background-color: rgb(52,175,122); }
div.DivClassName
{
background-color: #34AF7A;
}
.BgClassName
{
background-color: #34AF7A;
}
</style>
border-color css
<style>
span { border-color: #34AF7A; }
span { border-color: rgb(52,175,122); }
td.TdClassName
{
border-color: #34AF7A;
}
.TagClassName
{
border-color: #34AF7A;
}
</style>