Shades of Medium Sea Green #34AB7A
Tints of Medium Sea Green #34AB7A
RGB
CMYK
RGB Variations
Color information
#34AB7A (or 0x34AB7A) is known color: Medium Sea Green. HEX triplet: 34, AB and 7A. RGB value is (52,171,122). Sum of RGB (Red+Green+Blue) = 52+171+122=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB7A is #CB5485. Grayscale: #818181. Windows color (decimal): -13325446 or 8039220. OLE color: 8039220.
HSL color Cylindrical-coordinate representation of color #34AB7A: hue angle of 155.29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB7A is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 122 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.33 |
| HSL | 155.29º | 0.53% | 0.44% | - |
| HSV(B) | 155.29º | 0.7% | 0.67% | - |
| XYZ | 19.49 | 31.26 | 23.42 | - |
| YUV | 129.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 122 | 0.70 | 0 | 0.29 | 0.33 | 155.29 | 0.53 | 0.44 |
| Hex | 34 | AB | 7A | 46 | 0 | 1D | 21 | 9B | 35 | 2C |
| Octal | 64 | 253 | 172 | 106 | 0 | 35 | 41 | 233 | 65 | 54 |
| Binary | 110100 | 10101011 | 1111010 | 1000110 | 0 | 11101 | 100001 | 10011011 | 110101 | 101100 |
Color Harmonies of #34AB7A
Complementary color
Monochromatic Colors of #34AB7A
Black with #34AB7A
Text Example
Text Example
White with #34AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB7A; }
p { color: rgb(52,171,122); }
H1.HeaderClassName
{
color: #34AB7A;
}
.AnyTagClassName
{
color: #34AB7A;
}
</style>
background-color css
<style>
a { background-color: #34AB7A; }
a { background-color: rgb(52,171,122); }
div.DivClassName
{
background-color: #34AB7A;
}
.BgClassName
{
background-color: #34AB7A;
}
</style>
border-color css
<style>
span { border-color: #34AB7A; }
span { border-color: rgb(52,171,122); }
td.TdClassName
{
border-color: #34AB7A;
}
.TagClassName
{
border-color: #34AB7A;
}
</style>