Shades of Medium Sea Green #30CB71
Tints of Medium Sea Green #30CB71
RGB
CMYK
RGB Variations
Color information
#30CB71 (or 0x30CB71) is known color: Medium Sea Green. HEX triplet: 30, CB and 71. RGB value is (48,203,113). Sum of RGB (Red+Green+Blue) = 48+203+113=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CB71 is #CF348E. Grayscale: #929292. Windows color (decimal): -13579407 or 7457584. OLE color: 7457584.
HSL color Cylindrical-coordinate representation of color #30CB71: hue angle of 145.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB71 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 113 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.20 |
| HSL | 145.16º | 0.62% | 0.49% | - |
| HSV(B) | 145.16º | 0.76% | 0.8% | - |
| XYZ | 25.56 | 44.53 | 22.87 | - |
| YUV | 146.4 | 109.15 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 113 | 0.76 | 0 | 0.44 | 0.20 | 145.16 | 0.62 | 0.49 |
| Hex | 30 | CB | 71 | 4C | 0 | 2C | 14 | 91 | 3E | 31 |
| Octal | 60 | 313 | 161 | 114 | 0 | 54 | 24 | 221 | 76 | 61 |
| Binary | 110000 | 11001011 | 1110001 | 1001100 | 0 | 101100 | 10100 | 10010001 | 111110 | 110001 |
Color Harmonies of #30CB71
Complementary color
Monochromatic Colors of #30CB71
Black with #30CB71
Text Example
Text Example
White with #30CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB71; }
p { color: rgb(48,203,113); }
H1.HeaderClassName
{
color: #30CB71;
}
.AnyTagClassName
{
color: #30CB71;
}
</style>
background-color css
<style>
a { background-color: #30CB71; }
a { background-color: rgb(48,203,113); }
div.DivClassName
{
background-color: #30CB71;
}
.BgClassName
{
background-color: #30CB71;
}
</style>
border-color css
<style>
span { border-color: #30CB71; }
span { border-color: rgb(48,203,113); }
td.TdClassName
{
border-color: #30CB71;
}
.TagClassName
{
border-color: #30CB71;
}
</style>