Shades of Medium Sea Green #30CA5A
Tints of Medium Sea Green #30CA5A
RGB
CMYK
RGB Variations
Color information
#30CA5A (or 0x30CA5A) is known color: Medium Sea Green. HEX triplet: 30, CA and 5A. RGB value is (48,202,90). Sum of RGB (Red+Green+Blue) = 48+202+90=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CA5A is #CF35A5. Grayscale: #8F8F8F. Windows color (decimal): -13579686 or 5950000. OLE color: 5950000.
HSL color Cylindrical-coordinate representation of color #30CA5A: hue angle of 136.36º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA5A is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 90 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.21 |
| HSL | 136.36º | 0.62% | 0.49% | - |
| HSV(B) | 136.36º | 0.76% | 0.79% | - |
| XYZ | 24.18 | 43.61 | 16.82 | - |
| YUV | 143.19 | 97.98 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 90 | 0.76 | 0 | 0.55 | 0.21 | 136.36 | 0.62 | 0.49 |
| Hex | 30 | CA | 5A | 4C | 0 | 37 | 15 | 88 | 3E | 31 |
| Octal | 60 | 312 | 132 | 114 | 0 | 67 | 25 | 210 | 76 | 61 |
| Binary | 110000 | 11001010 | 1011010 | 1001100 | 0 | 110111 | 10101 | 10001000 | 111110 | 110001 |
Color Harmonies of #30CA5A
Complementary color
Monochromatic Colors of #30CA5A
Black with #30CA5A
Text Example
Text Example
White with #30CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CA5A; }
p { color: rgb(48,202,90); }
H1.HeaderClassName
{
color: #30CA5A;
}
.AnyTagClassName
{
color: #30CA5A;
}
</style>
background-color css
<style>
a { background-color: #30CA5A; }
a { background-color: rgb(48,202,90); }
div.DivClassName
{
background-color: #30CA5A;
}
.BgClassName
{
background-color: #30CA5A;
}
</style>
border-color css
<style>
span { border-color: #30CA5A; }
span { border-color: rgb(48,202,90); }
td.TdClassName
{
border-color: #30CA5A;
}
.TagClassName
{
border-color: #30CA5A;
}
</style>