Shades of Medium Sea Green #30C07B
Tints of Medium Sea Green #30C07B
RGB
CMYK
RGB Variations
Color information
#30C07B (or 0x30C07B) is known color: Medium Sea Green. HEX triplet: 30, C0 and 7B. RGB value is (48,192,123). Sum of RGB (Red+Green+Blue) = 48+192+123=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #30C07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C07B is #CF3F84. Grayscale: #8D8D8D. Windows color (decimal): -13582213 or 8110128. OLE color: 8110128.
HSL color Cylindrical-coordinate representation of color #30C07B: hue angle of 151.25º 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 #30C07B is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 123 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.25 |
| HSL | 151.25º | 0.6% | 0.47% | - |
| HSV(B) | 151.25º | 0.75% | 0.75% | - |
| XYZ | 23.64 | 39.76 | 25.17 | - |
| YUV | 141.08 | 117.79 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 123 | 0.75 | 0 | 0.36 | 0.25 | 151.25 | 0.6 | 0.47 |
| Hex | 30 | C0 | 7B | 4B | 0 | 24 | 19 | 97 | 3C | 2F |
| Octal | 60 | 300 | 173 | 113 | 0 | 44 | 31 | 227 | 74 | 57 |
| Binary | 110000 | 11000000 | 1111011 | 1001011 | 0 | 100100 | 11001 | 10010111 | 111100 | 101111 |
Color Harmonies of #30C07B
Complementary color
Monochromatic Colors of #30C07B
Black with #30C07B
Text Example
Text Example
White with #30C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C07B; }
p { color: rgb(48,192,123); }
H1.HeaderClassName
{
color: #30C07B;
}
.AnyTagClassName
{
color: #30C07B;
}
</style>
background-color css
<style>
a { background-color: #30C07B; }
a { background-color: rgb(48,192,123); }
div.DivClassName
{
background-color: #30C07B;
}
.BgClassName
{
background-color: #30C07B;
}
</style>
border-color css
<style>
span { border-color: #30C07B; }
span { border-color: rgb(48,192,123); }
td.TdClassName
{
border-color: #30C07B;
}
.TagClassName
{
border-color: #30C07B;
}
</style>