Shades of Medium Sea Green #34C255
Tints of Medium Sea Green #34C255
RGB
CMYK
RGB Variations
Color information
#34C255 (or 0x34C255) is known color: Medium Sea Green. HEX triplet: 34, C2 and 55. RGB value is (52,194,85). Sum of RGB (Red+Green+Blue) = 52+194+85=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #34C255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C255 is #CB3DAA. Grayscale: #8B8B8B. Windows color (decimal): -13319595 or 5620276. OLE color: 5620276.
HSL color Cylindrical-coordinate representation of color #34C255: hue angle of 133.94º 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 #34C255 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 194 | 85 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.24 |
| HSL | 133.94º | 0.58% | 0.48% | - |
| HSV(B) | 133.94º | 0.73% | 0.76% | - |
| XYZ | 22.35 | 39.97 | 15.13 | - |
| YUV | 139.12 | 97.46 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 194 | 85 | 0.73 | 0 | 0.56 | 0.24 | 133.94 | 0.58 | 0.48 |
| Hex | 34 | C2 | 55 | 49 | 0 | 38 | 18 | 86 | 3A | 30 |
| Octal | 64 | 302 | 125 | 111 | 0 | 70 | 30 | 206 | 72 | 60 |
| Binary | 110100 | 11000010 | 1010101 | 1001001 | 0 | 111000 | 11000 | 10000110 | 111010 | 110000 |
Color Harmonies of #34C255
Complementary color
Monochromatic Colors of #34C255
Black with #34C255
Text Example
Text Example
White with #34C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C255; }
p { color: rgb(52,194,85); }
H1.HeaderClassName
{
color: #34C255;
}
.AnyTagClassName
{
color: #34C255;
}
</style>
background-color css
<style>
a { background-color: #34C255; }
a { background-color: rgb(52,194,85); }
div.DivClassName
{
background-color: #34C255;
}
.BgClassName
{
background-color: #34C255;
}
</style>
border-color css
<style>
span { border-color: #34C255; }
span { border-color: rgb(52,194,85); }
td.TdClassName
{
border-color: #34C255;
}
.TagClassName
{
border-color: #34C255;
}
</style>