Shades of Medium Sea Green #30BB74
Tints of Medium Sea Green #30BB74
RGB
CMYK
RGB Variations
Color information
#30BB74 (or 0x30BB74) is known color: Medium Sea Green. HEX triplet: 30, BB and 74. RGB value is (48,187,116). Sum of RGB (Red+Green+Blue) = 48+187+116=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BB74 is #CF448B. Grayscale: #898989. Windows color (decimal): -13583500 or 7650096. OLE color: 7650096.
HSL color Cylindrical-coordinate representation of color #30BB74: hue angle of 149.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BB74 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 116 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.27 |
| HSL | 149.35º | 0.59% | 0.46% | - |
| HSV(B) | 149.35º | 0.74% | 0.73% | - |
| XYZ | 22.14 | 37.43 | 22.58 | - |
| YUV | 137.35 | 115.95 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 116 | 0.74 | 0 | 0.38 | 0.27 | 149.35 | 0.59 | 0.46 |
| Hex | 30 | BB | 74 | 4A | 0 | 26 | 1B | 95 | 3B | 2E |
| Octal | 60 | 273 | 164 | 112 | 0 | 46 | 33 | 225 | 73 | 56 |
| Binary | 110000 | 10111011 | 1110100 | 1001010 | 0 | 100110 | 11011 | 10010101 | 111011 | 101110 |
Color Harmonies of #30BB74
Complementary color
Monochromatic Colors of #30BB74
Black with #30BB74
Text Example
Text Example
White with #30BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BB74; }
p { color: rgb(48,187,116); }
H1.HeaderClassName
{
color: #30BB74;
}
.AnyTagClassName
{
color: #30BB74;
}
</style>
background-color css
<style>
a { background-color: #30BB74; }
a { background-color: rgb(48,187,116); }
div.DivClassName
{
background-color: #30BB74;
}
.BgClassName
{
background-color: #30BB74;
}
</style>
border-color css
<style>
span { border-color: #30BB74; }
span { border-color: rgb(48,187,116); }
td.TdClassName
{
border-color: #30BB74;
}
.TagClassName
{
border-color: #30BB74;
}
</style>