Shades of Medium Sea Green #30B06F
Tints of Medium Sea Green #30B06F
RGB
CMYK
RGB Variations
Color information
#30B06F (or 0x30B06F) is known color: Medium Sea Green. HEX triplet: 30, B0 and 6F. RGB value is (48,176,111). Sum of RGB (Red+Green+Blue) = 48+176+111=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #30B06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B06F is #CF4F90. Grayscale: #828282. Windows color (decimal): -13586321 or 7319600. OLE color: 7319600.
HSL color Cylindrical-coordinate representation of color #30B06F: hue angle of 149.53º 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 #30B06F is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 111 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.31 |
| HSL | 149.53º | 0.57% | 0.44% | - |
| HSV(B) | 149.53º | 0.73% | 0.69% | - |
| XYZ | 19.61 | 32.83 | 20.34 | - |
| YUV | 130.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 111 | 0.73 | 0 | 0.37 | 0.31 | 149.53 | 0.57 | 0.44 |
| Hex | 30 | B0 | 6F | 49 | 0 | 25 | 1F | 96 | 39 | 2C |
| Octal | 60 | 260 | 157 | 111 | 0 | 45 | 37 | 226 | 71 | 54 |
| Binary | 110000 | 10110000 | 1101111 | 1001001 | 0 | 100101 | 11111 | 10010110 | 111001 | 101100 |
Color Harmonies of #30B06F
Complementary color
Monochromatic Colors of #30B06F
Black with #30B06F
Text Example
Text Example
White with #30B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B06F; }
p { color: rgb(48,176,111); }
H1.HeaderClassName
{
color: #30B06F;
}
.AnyTagClassName
{
color: #30B06F;
}
</style>
background-color css
<style>
a { background-color: #30B06F; }
a { background-color: rgb(48,176,111); }
div.DivClassName
{
background-color: #30B06F;
}
.BgClassName
{
background-color: #30B06F;
}
</style>
border-color css
<style>
span { border-color: #30B06F; }
span { border-color: rgb(48,176,111); }
td.TdClassName
{
border-color: #30B06F;
}
.TagClassName
{
border-color: #30B06F;
}
</style>