Shades of Medium Sea Green #30C85A
Tints of Medium Sea Green #30C85A
RGB
CMYK
RGB Variations
Color information
#30C85A (or 0x30C85A) is known color: Medium Sea Green. HEX triplet: 30, C8 and 5A. RGB value is (48,200,90). Sum of RGB (Red+Green+Blue) = 48+200+90=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #30C85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C85A is #CF37A5. Grayscale: #8E8E8E. Windows color (decimal): -13580198 or 5949488. OLE color: 5949488.
HSL color Cylindrical-coordinate representation of color #30C85A: hue angle of 136.58º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C85A is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 90 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.22 |
| HSL | 136.58º | 0.61% | 0.49% | - |
| HSV(B) | 136.58º | 0.76% | 0.78% | - |
| XYZ | 23.72 | 42.68 | 16.66 | - |
| YUV | 142.01 | 98.64 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 90 | 0.76 | 0 | 0.55 | 0.22 | 136.58 | 0.61 | 0.49 |
| Hex | 30 | C8 | 5A | 4C | 0 | 37 | 16 | 89 | 3D | 31 |
| Octal | 60 | 310 | 132 | 114 | 0 | 67 | 26 | 211 | 75 | 61 |
| Binary | 110000 | 11001000 | 1011010 | 1001100 | 0 | 110111 | 10110 | 10001001 | 111101 | 110001 |
Color Harmonies of #30C85A
Complementary color
Monochromatic Colors of #30C85A
Black with #30C85A
Text Example
Text Example
White with #30C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C85A; }
p { color: rgb(48,200,90); }
H1.HeaderClassName
{
color: #30C85A;
}
.AnyTagClassName
{
color: #30C85A;
}
</style>
background-color css
<style>
a { background-color: #30C85A; }
a { background-color: rgb(48,200,90); }
div.DivClassName
{
background-color: #30C85A;
}
.BgClassName
{
background-color: #30C85A;
}
</style>
border-color css
<style>
span { border-color: #30C85A; }
span { border-color: rgb(48,200,90); }
td.TdClassName
{
border-color: #30C85A;
}
.TagClassName
{
border-color: #30C85A;
}
</style>