Shades of Medium Sea Green #30C277
Tints of Medium Sea Green #30C277
RGB
CMYK
RGB Variations
Color information
#30C277 (or 0x30C277) is known color: Medium Sea Green. HEX triplet: 30, C2 and 77. RGB value is (48,194,119). Sum of RGB (Red+Green+Blue) = 48+194+119=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #30C277 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C277 is #CF3D88. Grayscale: #8D8D8D. Windows color (decimal): -13581705 or 7848496. OLE color: 7848496.
HSL color Cylindrical-coordinate representation of color #30C277: hue angle of 149.18º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C277 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 194 | 119 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.24 |
| HSL | 149.18º | 0.6% | 0.47% | - |
| HSV(B) | 149.18º | 0.75% | 0.76% | - |
| XYZ | 23.84 | 40.54 | 24.02 | - |
| YUV | 141.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 119 | 0.75 | 0 | 0.39 | 0.24 | 149.18 | 0.6 | 0.47 |
| Hex | 30 | C2 | 77 | 4B | 0 | 27 | 18 | 95 | 3C | 2F |
| Octal | 60 | 302 | 167 | 113 | 0 | 47 | 30 | 225 | 74 | 57 |
| Binary | 110000 | 11000010 | 1110111 | 1001011 | 0 | 100111 | 11000 | 10010101 | 111100 | 101111 |
Color Harmonies of #30C277
Complementary color
Monochromatic Colors of #30C277
Black with #30C277
Text Example
Text Example
White with #30C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C277; }
p { color: rgb(48,194,119); }
H1.HeaderClassName
{
color: #30C277;
}
.AnyTagClassName
{
color: #30C277;
}
</style>
background-color css
<style>
a { background-color: #30C277; }
a { background-color: rgb(48,194,119); }
div.DivClassName
{
background-color: #30C277;
}
.BgClassName
{
background-color: #30C277;
}
</style>
border-color css
<style>
span { border-color: #30C277; }
span { border-color: rgb(48,194,119); }
td.TdClassName
{
border-color: #30C277;
}
.TagClassName
{
border-color: #30C277;
}
</style>