Shades of Medium Sea Green #34C081
Tints of Medium Sea Green #34C081
RGB
CMYK
RGB Variations
Color information
#34C081 (or 0x34C081) is known color: Medium Sea Green. HEX triplet: 34, C0 and 81. RGB value is (52,192,129). Sum of RGB (Red+Green+Blue) = 52+192+129=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #34C081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C081 is #CB3F7E. Grayscale: #8F8F8F. Windows color (decimal): -13320063 or 8503348. OLE color: 8503348.
HSL color Cylindrical-coordinate representation of color #34C081: hue angle of 153º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C081 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 129 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.25 |
| HSL | 153º | 0.57% | 0.48% | - |
| HSV(B) | 153º | 0.73% | 0.75% | - |
| XYZ | 24.23 | 40.01 | 27.22 | - |
| YUV | 142.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 129 | 0.73 | 0 | 0.33 | 0.25 | 153 | 0.57 | 0.48 |
| Hex | 34 | C0 | 81 | 49 | 0 | 21 | 19 | 99 | 39 | 30 |
| Octal | 64 | 300 | 201 | 111 | 0 | 41 | 31 | 231 | 71 | 60 |
| Binary | 110100 | 11000000 | 10000001 | 1001001 | 0 | 100001 | 11001 | 10011001 | 111001 | 110000 |
Color Harmonies of #34C081
Complementary color
Monochromatic Colors of #34C081
Black with #34C081
Text Example
Text Example
White with #34C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C081; }
p { color: rgb(52,192,129); }
H1.HeaderClassName
{
color: #34C081;
}
.AnyTagClassName
{
color: #34C081;
}
</style>
background-color css
<style>
a { background-color: #34C081; }
a { background-color: rgb(52,192,129); }
div.DivClassName
{
background-color: #34C081;
}
.BgClassName
{
background-color: #34C081;
}
</style>
border-color css
<style>
span { border-color: #34C081; }
span { border-color: rgb(52,192,129); }
td.TdClassName
{
border-color: #34C081;
}
.TagClassName
{
border-color: #34C081;
}
</style>