Shades of Medium Sea Green #30D07B
Tints of Medium Sea Green #30D07B
RGB
CMYK
RGB Variations
Color information
#30D07B (or 0x30D07B) is known color: Medium Sea Green. HEX triplet: 30, D0 and 7B. RGB value is (48,208,123). Sum of RGB (Red+Green+Blue) = 48+208+123=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #30D07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D07B is #CF2F84. Grayscale: #969696. Windows color (decimal): -13578117 or 8114224. OLE color: 8114224.
HSL color Cylindrical-coordinate representation of color #30D07B: hue angle of 148.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D07B is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 123 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.18 |
| HSL | 148.13º | 0.63% | 0.5% | - |
| HSV(B) | 148.13º | 0.77% | 0.82% | - |
| XYZ | 27.35 | 47.17 | 26.4 | - |
| YUV | 150.47 | 112.49 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 123 | 0.77 | 0 | 0.41 | 0.18 | 148.13 | 0.63 | 0.5 |
| Hex | 30 | D0 | 7B | 4D | 0 | 29 | 12 | 94 | 3F | 32 |
| Octal | 60 | 320 | 173 | 115 | 0 | 51 | 22 | 224 | 77 | 62 |
| Binary | 110000 | 11010000 | 1111011 | 1001101 | 0 | 101001 | 10010 | 10010100 | 111111 | 110010 |
Color Harmonies of #30D07B
Complementary color
Monochromatic Colors of #30D07B
Black with #30D07B
Text Example
Text Example
White with #30D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D07B; }
p { color: rgb(48,208,123); }
H1.HeaderClassName
{
color: #30D07B;
}
.AnyTagClassName
{
color: #30D07B;
}
</style>
background-color css
<style>
a { background-color: #30D07B; }
a { background-color: rgb(48,208,123); }
div.DivClassName
{
background-color: #30D07B;
}
.BgClassName
{
background-color: #30D07B;
}
</style>
border-color css
<style>
span { border-color: #30D07B; }
span { border-color: rgb(48,208,123); }
td.TdClassName
{
border-color: #30D07B;
}
.TagClassName
{
border-color: #30D07B;
}
</style>