Shades of Medium Sea Green #30B675
Tints of Medium Sea Green #30B675
RGB
CMYK
RGB Variations
Color information
#30B675 (or 0x30B675) is known color: Medium Sea Green. HEX triplet: 30, B6 and 75. RGB value is (48,182,117). Sum of RGB (Red+Green+Blue) = 48+182+117=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #30B675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B675 is #CF498A. Grayscale: #868686. Windows color (decimal): -13584779 or 7714352. OLE color: 7714352.
HSL color Cylindrical-coordinate representation of color #30B675: hue angle of 150.9º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B675 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 182 | 117 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.29 |
| HSL | 150.9º | 0.58% | 0.45% | - |
| HSV(B) | 150.9º | 0.74% | 0.71% | - |
| XYZ | 21.16 | 35.37 | 22.54 | - |
| YUV | 134.52 | 118.11 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 182 | 117 | 0.74 | 0 | 0.36 | 0.29 | 150.9 | 0.58 | 0.45 |
| Hex | 30 | B6 | 75 | 4A | 0 | 24 | 1D | 97 | 3A | 2D |
| Octal | 60 | 266 | 165 | 112 | 0 | 44 | 35 | 227 | 72 | 55 |
| Binary | 110000 | 10110110 | 1110101 | 1001010 | 0 | 100100 | 11101 | 10010111 | 111010 | 101101 |
Color Harmonies of #30B675
Complementary color
Monochromatic Colors of #30B675
Black with #30B675
Text Example
Text Example
White with #30B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B675; }
p { color: rgb(48,182,117); }
H1.HeaderClassName
{
color: #30B675;
}
.AnyTagClassName
{
color: #30B675;
}
</style>
background-color css
<style>
a { background-color: #30B675; }
a { background-color: rgb(48,182,117); }
div.DivClassName
{
background-color: #30B675;
}
.BgClassName
{
background-color: #30B675;
}
</style>
border-color css
<style>
span { border-color: #30B675; }
span { border-color: rgb(48,182,117); }
td.TdClassName
{
border-color: #30B675;
}
.TagClassName
{
border-color: #30B675;
}
</style>