Shades of Medium Sea Green #30BA6B
Tints of Medium Sea Green #30BA6B
RGB
CMYK
RGB Variations
Color information
#30BA6B (or 0x30BA6B) is known color: Medium Sea Green. HEX triplet: 30, BA and 6B. RGB value is (48,186,107). Sum of RGB (Red+Green+Blue) = 48+186+107=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA6B is #CF4594. Grayscale: #878787. Windows color (decimal): -13583765 or 7060016. OLE color: 7060016.
HSL color Cylindrical-coordinate representation of color #30BA6B: hue angle of 145.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA6B is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 107 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.27 |
| HSL | 145.65º | 0.59% | 0.46% | - |
| HSV(B) | 145.65º | 0.74% | 0.73% | - |
| XYZ | 21.43 | 36.81 | 19.88 | - |
| YUV | 135.73 | 111.78 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 107 | 0.74 | 0 | 0.42 | 0.27 | 145.65 | 0.59 | 0.46 |
| Hex | 30 | BA | 6B | 4A | 0 | 2A | 1B | 92 | 3B | 2E |
| Octal | 60 | 272 | 153 | 112 | 0 | 52 | 33 | 222 | 73 | 56 |
| Binary | 110000 | 10111010 | 1101011 | 1001010 | 0 | 101010 | 11011 | 10010010 | 111011 | 101110 |
Color Harmonies of #30BA6B
Complementary color
Monochromatic Colors of #30BA6B
Black with #30BA6B
Text Example
Text Example
White with #30BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA6B; }
p { color: rgb(48,186,107); }
H1.HeaderClassName
{
color: #30BA6B;
}
.AnyTagClassName
{
color: #30BA6B;
}
</style>
background-color css
<style>
a { background-color: #30BA6B; }
a { background-color: rgb(48,186,107); }
div.DivClassName
{
background-color: #30BA6B;
}
.BgClassName
{
background-color: #30BA6B;
}
</style>
border-color css
<style>
span { border-color: #30BA6B; }
span { border-color: rgb(48,186,107); }
td.TdClassName
{
border-color: #30BA6B;
}
.TagClassName
{
border-color: #30BA6B;
}
</style>