Shades of Medium Sea Green #34C083
Tints of Medium Sea Green #34C083
RGB
CMYK
RGB Variations
Color information
#34C083 (or 0x34C083) is known color: Medium Sea Green. HEX triplet: 34, C0 and 83. RGB value is (52,192,131). Sum of RGB (Red+Green+Blue) = 52+192+131=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #34C083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C083 is #CB3F7C. Grayscale: #8F8F8F. Windows color (decimal): -13320061 or 8634420. OLE color: 8634420.
HSL color Cylindrical-coordinate representation of color #34C083: hue angle of 153.86º 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 #34C083 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 131 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.25 |
| HSL | 153.86º | 0.57% | 0.48% | - |
| HSV(B) | 153.86º | 0.73% | 0.75% | - |
| XYZ | 24.36 | 40.07 | 27.92 | - |
| YUV | 143.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 131 | 0.73 | 0 | 0.32 | 0.25 | 153.86 | 0.57 | 0.48 |
| Hex | 34 | C0 | 83 | 49 | 0 | 20 | 19 | 9A | 39 | 30 |
| Octal | 64 | 300 | 203 | 111 | 0 | 40 | 31 | 232 | 71 | 60 |
| Binary | 110100 | 11000000 | 10000011 | 1001001 | 0 | 100000 | 11001 | 10011010 | 111001 | 110000 |
Color Harmonies of #34C083
Complementary color
Monochromatic Colors of #34C083
Black with #34C083
Text Example
Text Example
White with #34C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C083; }
p { color: rgb(52,192,131); }
H1.HeaderClassName
{
color: #34C083;
}
.AnyTagClassName
{
color: #34C083;
}
</style>
background-color css
<style>
a { background-color: #34C083; }
a { background-color: rgb(52,192,131); }
div.DivClassName
{
background-color: #34C083;
}
.BgClassName
{
background-color: #34C083;
}
</style>
border-color css
<style>
span { border-color: #34C083; }
span { border-color: rgb(52,192,131); }
td.TdClassName
{
border-color: #34C083;
}
.TagClassName
{
border-color: #34C083;
}
</style>