Shades of Medium Sea Green #34C180
Tints of Medium Sea Green #34C180
RGB
CMYK
RGB Variations
Color information
#34C180 (or 0x34C180) is known color: Medium Sea Green. HEX triplet: 34, C1 and 80. RGB value is (52,193,128). Sum of RGB (Red+Green+Blue) = 52+193+128=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #34C180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C180 is #CB3E7F. Grayscale: #8F8F8F. Windows color (decimal): -13319808 or 8438068. OLE color: 8438068.
HSL color Cylindrical-coordinate representation of color #34C180: hue angle of 152.34º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C180 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 193 | 128 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.24 |
| HSL | 152.34º | 0.58% | 0.48% | - |
| HSV(B) | 152.34º | 0.73% | 0.76% | - |
| XYZ | 24.38 | 40.43 | 26.94 | - |
| YUV | 143.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 193 | 128 | 0.73 | 0 | 0.34 | 0.24 | 152.34 | 0.58 | 0.48 |
| Hex | 34 | C1 | 80 | 49 | 0 | 22 | 18 | 98 | 3A | 30 |
| Octal | 64 | 301 | 200 | 111 | 0 | 42 | 30 | 230 | 72 | 60 |
| Binary | 110100 | 11000001 | 10000000 | 1001001 | 0 | 100010 | 11000 | 10011000 | 111010 | 110000 |
Color Harmonies of #34C180
Complementary color
Monochromatic Colors of #34C180
Black with #34C180
Text Example
Text Example
White with #34C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C180; }
p { color: rgb(52,193,128); }
H1.HeaderClassName
{
color: #34C180;
}
.AnyTagClassName
{
color: #34C180;
}
</style>
background-color css
<style>
a { background-color: #34C180; }
a { background-color: rgb(52,193,128); }
div.DivClassName
{
background-color: #34C180;
}
.BgClassName
{
background-color: #34C180;
}
</style>
border-color css
<style>
span { border-color: #34C180; }
span { border-color: rgb(52,193,128); }
td.TdClassName
{
border-color: #34C180;
}
.TagClassName
{
border-color: #34C180;
}
</style>