Shades of Medium Sea Green #30B075
Tints of Medium Sea Green #30B075
RGB
CMYK
RGB Variations
Color information
#30B075 (or 0x30B075) is known color: Medium Sea Green. HEX triplet: 30, B0 and 75. RGB value is (48,176,117). Sum of RGB (Red+Green+Blue) = 48+176+117=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #30B075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B075 is #CF4F8A. Grayscale: #838383. Windows color (decimal): -13586315 or 7712816. OLE color: 7712816.
HSL color Cylindrical-coordinate representation of color #30B075: hue angle of 152.34º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B075 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 117 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.31 |
| HSL | 152.34º | 0.57% | 0.44% | - |
| HSV(B) | 152.34º | 0.73% | 0.69% | - |
| XYZ | 19.96 | 32.96 | 22.14 | - |
| YUV | 131 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 117 | 0.73 | 0 | 0.34 | 0.31 | 152.34 | 0.57 | 0.44 |
| Hex | 30 | B0 | 75 | 49 | 0 | 22 | 1F | 98 | 39 | 2C |
| Octal | 60 | 260 | 165 | 111 | 0 | 42 | 37 | 230 | 71 | 54 |
| Binary | 110000 | 10110000 | 1110101 | 1001001 | 0 | 100010 | 11111 | 10011000 | 111001 | 101100 |
Color Harmonies of #30B075
Complementary color
Monochromatic Colors of #30B075
Black with #30B075
Text Example
Text Example
White with #30B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B075; }
p { color: rgb(48,176,117); }
H1.HeaderClassName
{
color: #30B075;
}
.AnyTagClassName
{
color: #30B075;
}
</style>
background-color css
<style>
a { background-color: #30B075; }
a { background-color: rgb(48,176,117); }
div.DivClassName
{
background-color: #30B075;
}
.BgClassName
{
background-color: #30B075;
}
</style>
border-color css
<style>
span { border-color: #30B075; }
span { border-color: rgb(48,176,117); }
td.TdClassName
{
border-color: #30B075;
}
.TagClassName
{
border-color: #30B075;
}
</style>