Shades of Medium Sea Green #30C455
Tints of Medium Sea Green #30C455
RGB
CMYK
RGB Variations
Color information
#30C455 (or 0x30C455) is known color: Medium Sea Green. HEX triplet: 30, C4 and 55. RGB value is (48,196,85). Sum of RGB (Red+Green+Blue) = 48+196+85=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #30C455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C455 is #CF3BAA. Grayscale: #8B8B8B. Windows color (decimal): -13581227 or 5620784. OLE color: 5620784.
HSL color Cylindrical-coordinate representation of color #30C455: hue angle of 135º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C455 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 196 | 85 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.23 |
| HSL | 135º | 0.61% | 0.48% | - |
| HSV(B) | 135º | 0.76% | 0.77% | - |
| XYZ | 22.6 | 40.76 | 15.27 | - |
| YUV | 139.09 | 97.47 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 196 | 85 | 0.76 | 0 | 0.57 | 0.23 | 135 | 0.61 | 0.48 |
| Hex | 30 | C4 | 55 | 4C | 0 | 39 | 17 | 87 | 3D | 30 |
| Octal | 60 | 304 | 125 | 114 | 0 | 71 | 27 | 207 | 75 | 60 |
| Binary | 110000 | 11000100 | 1010101 | 1001100 | 0 | 111001 | 10111 | 10000111 | 111101 | 110000 |
Color Harmonies of #30C455
Complementary color
Monochromatic Colors of #30C455
Black with #30C455
Text Example
Text Example
White with #30C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C455; }
p { color: rgb(48,196,85); }
H1.HeaderClassName
{
color: #30C455;
}
.AnyTagClassName
{
color: #30C455;
}
</style>
background-color css
<style>
a { background-color: #30C455; }
a { background-color: rgb(48,196,85); }
div.DivClassName
{
background-color: #30C455;
}
.BgClassName
{
background-color: #30C455;
}
</style>
border-color css
<style>
span { border-color: #30C455; }
span { border-color: rgb(48,196,85); }
td.TdClassName
{
border-color: #30C455;
}
.TagClassName
{
border-color: #30C455;
}
</style>