Shades of Medium Sea Green #30AD70
Tints of Medium Sea Green #30AD70
RGB
CMYK
RGB Variations
Color information
#30AD70 (or 0x30AD70) is known color: Medium Sea Green. HEX triplet: 30, AD and 70. RGB value is (48,173,112). Sum of RGB (Red+Green+Blue) = 48+173+112=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AD70 is #CF528F. Grayscale: #808080. Windows color (decimal): -13587088 or 7384368. OLE color: 7384368.
HSL color Cylindrical-coordinate representation of color #30AD70: hue angle of 150.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD70 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 112 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.32 |
| HSL | 150.72º | 0.57% | 0.43% | - |
| HSV(B) | 150.72º | 0.72% | 0.68% | - |
| XYZ | 19.09 | 31.69 | 20.44 | - |
| YUV | 128.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 112 | 0.72 | 0 | 0.35 | 0.32 | 150.72 | 0.57 | 0.43 |
| Hex | 30 | AD | 70 | 48 | 0 | 23 | 20 | 97 | 39 | 2B |
| Octal | 60 | 255 | 160 | 110 | 0 | 43 | 40 | 227 | 71 | 53 |
| Binary | 110000 | 10101101 | 1110000 | 1001000 | 0 | 100011 | 100000 | 10010111 | 111001 | 101011 |
Color Harmonies of #30AD70
Complementary color
Monochromatic Colors of #30AD70
Black with #30AD70
Text Example
Text Example
White with #30AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD70; }
p { color: rgb(48,173,112); }
H1.HeaderClassName
{
color: #30AD70;
}
.AnyTagClassName
{
color: #30AD70;
}
</style>
background-color css
<style>
a { background-color: #30AD70; }
a { background-color: rgb(48,173,112); }
div.DivClassName
{
background-color: #30AD70;
}
.BgClassName
{
background-color: #30AD70;
}
</style>
border-color css
<style>
span { border-color: #30AD70; }
span { border-color: rgb(48,173,112); }
td.TdClassName
{
border-color: #30AD70;
}
.TagClassName
{
border-color: #30AD70;
}
</style>