Shades of Medium Sea Green #30B26C
Tints of Medium Sea Green #30B26C
RGB
CMYK
RGB Variations
Color information
#30B26C (or 0x30B26C) is known color: Medium Sea Green. HEX triplet: 30, B2 and 6C. RGB value is (48,178,108). Sum of RGB (Red+Green+Blue) = 48+178+108=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #30B26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B26C is #CF4D93. Grayscale: #838383. Windows color (decimal): -13585812 or 7123504. OLE color: 7123504.
HSL color Cylindrical-coordinate representation of color #30B26C: hue angle of 147.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B26C is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 108 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.30 |
| HSL | 147.69º | 0.58% | 0.44% | - |
| HSV(B) | 147.69º | 0.73% | 0.7% | - |
| XYZ | 19.85 | 33.55 | 19.62 | - |
| YUV | 131.15 | 114.93 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 108 | 0.73 | 0 | 0.39 | 0.30 | 147.69 | 0.58 | 0.44 |
| Hex | 30 | B2 | 6C | 49 | 0 | 27 | 1E | 94 | 3A | 2C |
| Octal | 60 | 262 | 154 | 111 | 0 | 47 | 36 | 224 | 72 | 54 |
| Binary | 110000 | 10110010 | 1101100 | 1001001 | 0 | 100111 | 11110 | 10010100 | 111010 | 101100 |
Color Harmonies of #30B26C
Complementary color
Monochromatic Colors of #30B26C
Black with #30B26C
Text Example
Text Example
White with #30B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B26C; }
p { color: rgb(48,178,108); }
H1.HeaderClassName
{
color: #30B26C;
}
.AnyTagClassName
{
color: #30B26C;
}
</style>
background-color css
<style>
a { background-color: #30B26C; }
a { background-color: rgb(48,178,108); }
div.DivClassName
{
background-color: #30B26C;
}
.BgClassName
{
background-color: #30B26C;
}
</style>
border-color css
<style>
span { border-color: #30B26C; }
span { border-color: rgb(48,178,108); }
td.TdClassName
{
border-color: #30B26C;
}
.TagClassName
{
border-color: #30B26C;
}
</style>