Shades of Medium Sea Green #34B85C
Tints of Medium Sea Green #34B85C
RGB
CMYK
RGB Variations
Color information
#34B85C (or 0x34B85C) is known color: Medium Sea Green. HEX triplet: 34, B8 and 5C. RGB value is (52,184,92). Sum of RGB (Red+Green+Blue) = 52+184+92=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #34B85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B85C is #CB47A3. Grayscale: #868686. Windows color (decimal): -13322148 or 6076468. OLE color: 6076468.
HSL color Cylindrical-coordinate representation of color #34B85C: hue angle of 138.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B85C is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 184 | 92 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.28 |
| HSL | 138.18º | 0.56% | 0.46% | - |
| HSV(B) | 138.18º | 0.72% | 0.72% | - |
| XYZ | 20.49 | 35.78 | 15.95 | - |
| YUV | 134.04 | 104.27 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 184 | 92 | 0.72 | 0 | 0.50 | 0.28 | 138.18 | 0.56 | 0.46 |
| Hex | 34 | B8 | 5C | 48 | 0 | 32 | 1C | 8A | 38 | 2E |
| Octal | 64 | 270 | 134 | 110 | 0 | 62 | 34 | 212 | 70 | 56 |
| Binary | 110100 | 10111000 | 1011100 | 1001000 | 0 | 110010 | 11100 | 10001010 | 111000 | 101110 |
Color Harmonies of #34B85C
Complementary color
Monochromatic Colors of #34B85C
Black with #34B85C
Text Example
Text Example
White with #34B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B85C; }
p { color: rgb(52,184,92); }
H1.HeaderClassName
{
color: #34B85C;
}
.AnyTagClassName
{
color: #34B85C;
}
</style>
background-color css
<style>
a { background-color: #34B85C; }
a { background-color: rgb(52,184,92); }
div.DivClassName
{
background-color: #34B85C;
}
.BgClassName
{
background-color: #34B85C;
}
</style>
border-color css
<style>
span { border-color: #34B85C; }
span { border-color: rgb(52,184,92); }
td.TdClassName
{
border-color: #34B85C;
}
.TagClassName
{
border-color: #34B85C;
}
</style>