Shades of Medium Sea Green #30B86E
Tints of Medium Sea Green #30B86E
RGB
CMYK
RGB Variations
Color information
#30B86E (or 0x30B86E) is known color: Medium Sea Green. HEX triplet: 30, B8 and 6E. RGB value is (48,184,110). Sum of RGB (Red+Green+Blue) = 48+184+110=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #30B86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B86E is #CF4791. Grayscale: #878787. Windows color (decimal): -13584274 or 7256112. OLE color: 7256112.
HSL color Cylindrical-coordinate representation of color #30B86E: hue angle of 147.35º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B86E is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 184 | 110 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.28 |
| HSL | 147.35º | 0.59% | 0.45% | - |
| HSV(B) | 147.35º | 0.74% | 0.72% | - |
| XYZ | 21.17 | 36.04 | 20.59 | - |
| YUV | 134.9 | 113.94 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 110 | 0.74 | 0 | 0.40 | 0.28 | 147.35 | 0.59 | 0.45 |
| Hex | 30 | B8 | 6E | 4A | 0 | 28 | 1C | 93 | 3B | 2D |
| Octal | 60 | 270 | 156 | 112 | 0 | 50 | 34 | 223 | 73 | 55 |
| Binary | 110000 | 10111000 | 1101110 | 1001010 | 0 | 101000 | 11100 | 10010011 | 111011 | 101101 |
Color Harmonies of #30B86E
Complementary color
Monochromatic Colors of #30B86E
Black with #30B86E
Text Example
Text Example
White with #30B86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B86E; }
p { color: rgb(48,184,110); }
H1.HeaderClassName
{
color: #30B86E;
}
.AnyTagClassName
{
color: #30B86E;
}
</style>
background-color css
<style>
a { background-color: #30B86E; }
a { background-color: rgb(48,184,110); }
div.DivClassName
{
background-color: #30B86E;
}
.BgClassName
{
background-color: #30B86E;
}
</style>
border-color css
<style>
span { border-color: #30B86E; }
span { border-color: rgb(48,184,110); }
td.TdClassName
{
border-color: #30B86E;
}
.TagClassName
{
border-color: #30B86E;
}
</style>