Shades of Medium Sea Green #30B474
Tints of Medium Sea Green #30B474
RGB
CMYK
RGB Variations
Color information
#30B474 (or 0x30B474) is known color: Medium Sea Green. HEX triplet: 30, B4 and 74. RGB value is (48,180,116). Sum of RGB (Red+Green+Blue) = 48+180+116=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #30B474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B474 is #CF4B8B. Grayscale: #858585. Windows color (decimal): -13585292 or 7648304. OLE color: 7648304.
HSL color Cylindrical-coordinate representation of color #30B474: hue angle of 150.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B474 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 180 | 116 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.29 |
| HSL | 150.91º | 0.58% | 0.45% | - |
| HSV(B) | 150.91º | 0.73% | 0.71% | - |
| XYZ | 20.69 | 34.53 | 22.1 | - |
| YUV | 133.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 180 | 116 | 0.73 | 0 | 0.36 | 0.29 | 150.91 | 0.58 | 0.45 |
| Hex | 30 | B4 | 74 | 49 | 0 | 24 | 1D | 97 | 3A | 2D |
| Octal | 60 | 264 | 164 | 111 | 0 | 44 | 35 | 227 | 72 | 55 |
| Binary | 110000 | 10110100 | 1110100 | 1001001 | 0 | 100100 | 11101 | 10010111 | 111010 | 101101 |
Color Harmonies of #30B474
Complementary color
Monochromatic Colors of #30B474
Black with #30B474
Text Example
Text Example
White with #30B474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B474; }
p { color: rgb(48,180,116); }
H1.HeaderClassName
{
color: #30B474;
}
.AnyTagClassName
{
color: #30B474;
}
</style>
background-color css
<style>
a { background-color: #30B474; }
a { background-color: rgb(48,180,116); }
div.DivClassName
{
background-color: #30B474;
}
.BgClassName
{
background-color: #30B474;
}
</style>
border-color css
<style>
span { border-color: #30B474; }
span { border-color: rgb(48,180,116); }
td.TdClassName
{
border-color: #30B474;
}
.TagClassName
{
border-color: #30B474;
}
</style>