Shades of Medium Sea Green #30CB75
Tints of Medium Sea Green #30CB75
RGB
CMYK
RGB Variations
Color information
#30CB75 (or 0x30CB75) is known color: Medium Sea Green. HEX triplet: 30, CB and 75. RGB value is (48,203,117). Sum of RGB (Red+Green+Blue) = 48+203+117=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CB75 is #CF348A. Grayscale: #939393. Windows color (decimal): -13579403 or 7719728. OLE color: 7719728.
HSL color Cylindrical-coordinate representation of color #30CB75: hue angle of 146.71º 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 #30CB75 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 117 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.20 |
| HSL | 146.71º | 0.62% | 0.49% | - |
| HSV(B) | 146.71º | 0.76% | 0.8% | - |
| XYZ | 25.79 | 44.62 | 24.08 | - |
| YUV | 146.85 | 111.15 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 117 | 0.76 | 0 | 0.42 | 0.20 | 146.71 | 0.62 | 0.49 |
| Hex | 30 | CB | 75 | 4C | 0 | 2A | 14 | 93 | 3E | 31 |
| Octal | 60 | 313 | 165 | 114 | 0 | 52 | 24 | 223 | 76 | 61 |
| Binary | 110000 | 11001011 | 1110101 | 1001100 | 0 | 101010 | 10100 | 10010011 | 111110 | 110001 |
Color Harmonies of #30CB75
Complementary color
Monochromatic Colors of #30CB75
Black with #30CB75
Text Example
Text Example
White with #30CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB75; }
p { color: rgb(48,203,117); }
H1.HeaderClassName
{
color: #30CB75;
}
.AnyTagClassName
{
color: #30CB75;
}
</style>
background-color css
<style>
a { background-color: #30CB75; }
a { background-color: rgb(48,203,117); }
div.DivClassName
{
background-color: #30CB75;
}
.BgClassName
{
background-color: #30CB75;
}
</style>
border-color css
<style>
span { border-color: #30CB75; }
span { border-color: rgb(48,203,117); }
td.TdClassName
{
border-color: #30CB75;
}
.TagClassName
{
border-color: #30CB75;
}
</style>