Shades of Medium Sea Green #34AF71
Tints of Medium Sea Green #34AF71
RGB
CMYK
RGB Variations
Color information
#34AF71 (or 0x34AF71) is known color: Medium Sea Green. HEX triplet: 34, AF and 71. RGB value is (52,175,113). Sum of RGB (Red+Green+Blue) = 52+175+113=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AF71 is #CB508E. Grayscale: #838383. Windows color (decimal): -13324431 or 7450420. OLE color: 7450420.
HSL color Cylindrical-coordinate representation of color #34AF71: hue angle of 149.76º 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 #34AF71 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 113 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.31 |
| HSL | 149.76º | 0.54% | 0.45% | - |
| HSV(B) | 149.76º | 0.7% | 0.69% | - |
| XYZ | 19.73 | 32.58 | 20.87 | - |
| YUV | 131.16 | 117.75 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 113 | 0.70 | 0 | 0.35 | 0.31 | 149.76 | 0.54 | 0.45 |
| Hex | 34 | AF | 71 | 46 | 0 | 23 | 1F | 96 | 36 | 2D |
| Octal | 64 | 257 | 161 | 106 | 0 | 43 | 37 | 226 | 66 | 55 |
| Binary | 110100 | 10101111 | 1110001 | 1000110 | 0 | 100011 | 11111 | 10010110 | 110110 | 101101 |
Color Harmonies of #34AF71
Complementary color
Monochromatic Colors of #34AF71
Black with #34AF71
Text Example
Text Example
White with #34AF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF71; }
p { color: rgb(52,175,113); }
H1.HeaderClassName
{
color: #34AF71;
}
.AnyTagClassName
{
color: #34AF71;
}
</style>
background-color css
<style>
a { background-color: #34AF71; }
a { background-color: rgb(52,175,113); }
div.DivClassName
{
background-color: #34AF71;
}
.BgClassName
{
background-color: #34AF71;
}
</style>
border-color css
<style>
span { border-color: #34AF71; }
span { border-color: rgb(52,175,113); }
td.TdClassName
{
border-color: #34AF71;
}
.TagClassName
{
border-color: #34AF71;
}
</style>