Shades of Medium Sea Green #34AF68
Tints of Medium Sea Green #34AF68
RGB
CMYK
RGB Variations
Color information
#34AF68 (or 0x34AF68) is known color: Medium Sea Green. HEX triplet: 34, AF and 68. RGB value is (52,175,104). Sum of RGB (Red+Green+Blue) = 52+175+104=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AF68 is #CB5097. Grayscale: #828282. Windows color (decimal): -13324440 or 6860596. OLE color: 6860596.
HSL color Cylindrical-coordinate representation of color #34AF68: hue angle of 145.37º 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 #34AF68 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 104 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.31 |
| HSL | 145.37º | 0.54% | 0.45% | - |
| HSV(B) | 145.37º | 0.7% | 0.69% | - |
| XYZ | 19.24 | 32.39 | 18.33 | - |
| YUV | 130.13 | 113.25 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 104 | 0.70 | 0 | 0.41 | 0.31 | 145.37 | 0.54 | 0.45 |
| Hex | 34 | AF | 68 | 46 | 0 | 29 | 1F | 91 | 36 | 2D |
| Octal | 64 | 257 | 150 | 106 | 0 | 51 | 37 | 221 | 66 | 55 |
| Binary | 110100 | 10101111 | 1101000 | 1000110 | 0 | 101001 | 11111 | 10010001 | 110110 | 101101 |
Color Harmonies of #34AF68
Complementary color
Monochromatic Colors of #34AF68
Black with #34AF68
Text Example
Text Example
White with #34AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF68; }
p { color: rgb(52,175,104); }
H1.HeaderClassName
{
color: #34AF68;
}
.AnyTagClassName
{
color: #34AF68;
}
</style>
background-color css
<style>
a { background-color: #34AF68; }
a { background-color: rgb(52,175,104); }
div.DivClassName
{
background-color: #34AF68;
}
.BgClassName
{
background-color: #34AF68;
}
</style>
border-color css
<style>
span { border-color: #34AF68; }
span { border-color: rgb(52,175,104); }
td.TdClassName
{
border-color: #34AF68;
}
.TagClassName
{
border-color: #34AF68;
}
</style>