Shades of Medium Sea Green #30D175
Tints of Medium Sea Green #30D175
RGB
CMYK
RGB Variations
Color information
#30D175 (or 0x30D175) is known color: Medium Sea Green. HEX triplet: 30, D1 and 75. RGB value is (48,209,117). Sum of RGB (Red+Green+Blue) = 48+209+117=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #30D175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D175 is #CF2E8A. Grayscale: #969696. Windows color (decimal): -13577867 or 7721264. OLE color: 7721264.
HSL color Cylindrical-coordinate representation of color #30D175: hue angle of 145.71º degrees, saturation: 0.64, 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 #30D175 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 209 | 117 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.18 |
| HSL | 145.71º | 0.64% | 0.5% | - |
| HSV(B) | 145.71º | 0.77% | 0.82% | - |
| XYZ | 27.23 | 47.51 | 24.57 | - |
| YUV | 150.37 | 109.16 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 209 | 117 | 0.77 | 0 | 0.44 | 0.18 | 145.71 | 0.64 | 0.5 |
| Hex | 30 | D1 | 75 | 4D | 0 | 2C | 12 | 92 | 40 | 32 |
| Octal | 60 | 321 | 165 | 115 | 0 | 54 | 22 | 222 | 100 | 62 |
| Binary | 110000 | 11010001 | 1110101 | 1001101 | 0 | 101100 | 10010 | 10010010 | 1000000 | 110010 |
Color Harmonies of #30D175
Complementary color
Monochromatic Colors of #30D175
Black with #30D175
Text Example
Text Example
White with #30D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D175; }
p { color: rgb(48,209,117); }
H1.HeaderClassName
{
color: #30D175;
}
.AnyTagClassName
{
color: #30D175;
}
</style>
background-color css
<style>
a { background-color: #30D175; }
a { background-color: rgb(48,209,117); }
div.DivClassName
{
background-color: #30D175;
}
.BgClassName
{
background-color: #30D175;
}
</style>
border-color css
<style>
span { border-color: #30D175; }
span { border-color: rgb(48,209,117); }
td.TdClassName
{
border-color: #30D175;
}
.TagClassName
{
border-color: #30D175;
}
</style>