Shades of Medium Sea Green #30CD7A
Tints of Medium Sea Green #30CD7A
RGB
CMYK
RGB Variations
Color information
#30CD7A (or 0x30CD7A) is known color: Medium Sea Green. HEX triplet: 30, CD and 7A. RGB value is (48,205,122). Sum of RGB (Red+Green+Blue) = 48+205+122=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CD7A is #CF3285. Grayscale: #949494. Windows color (decimal): -13578886 or 8047920. OLE color: 8047920.
HSL color Cylindrical-coordinate representation of color #30CD7A: hue angle of 148.28º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CD7A is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 122 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.20 |
| HSL | 148.28º | 0.62% | 0.5% | - |
| HSV(B) | 148.28º | 0.77% | 0.8% | - |
| XYZ | 26.56 | 45.7 | 25.83 | - |
| YUV | 148.6 | 112.99 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 122 | 0.77 | 0 | 0.40 | 0.20 | 148.28 | 0.62 | 0.5 |
| Hex | 30 | CD | 7A | 4D | 0 | 28 | 14 | 94 | 3E | 32 |
| Octal | 60 | 315 | 172 | 115 | 0 | 50 | 24 | 224 | 76 | 62 |
| Binary | 110000 | 11001101 | 1111010 | 1001101 | 0 | 101000 | 10100 | 10010100 | 111110 | 110010 |
Color Harmonies of #30CD7A
Complementary color
Monochromatic Colors of #30CD7A
Black with #30CD7A
Text Example
Text Example
White with #30CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CD7A; }
p { color: rgb(48,205,122); }
H1.HeaderClassName
{
color: #30CD7A;
}
.AnyTagClassName
{
color: #30CD7A;
}
</style>
background-color css
<style>
a { background-color: #30CD7A; }
a { background-color: rgb(48,205,122); }
div.DivClassName
{
background-color: #30CD7A;
}
.BgClassName
{
background-color: #30CD7A;
}
</style>
border-color css
<style>
span { border-color: #30CD7A; }
span { border-color: rgb(48,205,122); }
td.TdClassName
{
border-color: #30CD7A;
}
.TagClassName
{
border-color: #30CD7A;
}
</style>