Shades of Medium Sea Green #30C074
Tints of Medium Sea Green #30C074
RGB
CMYK
RGB Variations
Color information
#30C074 (or 0x30C074) is known color: Medium Sea Green. HEX triplet: 30, C0 and 74. RGB value is (48,192,116). Sum of RGB (Red+Green+Blue) = 48+192+116=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #30C074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C074 is #CF3F8B. Grayscale: #8C8C8C. Windows color (decimal): -13582220 or 7651376. OLE color: 7651376.
HSL color Cylindrical-coordinate representation of color #30C074: hue angle of 148.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C074 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 116 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.25 |
| HSL | 148.33º | 0.6% | 0.47% | - |
| HSV(B) | 148.33º | 0.75% | 0.75% | - |
| XYZ | 23.22 | 39.59 | 22.94 | - |
| YUV | 140.28 | 114.29 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 116 | 0.75 | 0 | 0.40 | 0.25 | 148.33 | 0.6 | 0.47 |
| Hex | 30 | C0 | 74 | 4B | 0 | 28 | 19 | 94 | 3C | 2F |
| Octal | 60 | 300 | 164 | 113 | 0 | 50 | 31 | 224 | 74 | 57 |
| Binary | 110000 | 11000000 | 1110100 | 1001011 | 0 | 101000 | 11001 | 10010100 | 111100 | 101111 |
Color Harmonies of #30C074
Complementary color
Monochromatic Colors of #30C074
Black with #30C074
Text Example
Text Example
White with #30C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C074; }
p { color: rgb(48,192,116); }
H1.HeaderClassName
{
color: #30C074;
}
.AnyTagClassName
{
color: #30C074;
}
</style>
background-color css
<style>
a { background-color: #30C074; }
a { background-color: rgb(48,192,116); }
div.DivClassName
{
background-color: #30C074;
}
.BgClassName
{
background-color: #30C074;
}
</style>
border-color css
<style>
span { border-color: #30C074; }
span { border-color: rgb(48,192,116); }
td.TdClassName
{
border-color: #30C074;
}
.TagClassName
{
border-color: #30C074;
}
</style>