Shades of Medium Sea Green #26BC58
Tints of Medium Sea Green #26BC58
RGB
CMYK
RGB Variations
Color information
#26BC58 (or 0x26BC58) is known color: Medium Sea Green. HEX triplet: 26, BC and 58. RGB value is (38,188,88). Sum of RGB (Red+Green+Blue) = 38+188+88=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BC58 is #D943A7. Grayscale: #848484. Windows color (decimal): -14238632 or 5815334. OLE color: 5815334.
HSL color Cylindrical-coordinate representation of color #26BC58: hue angle of 140º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC58 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 88 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.26 |
| HSL | 140º | 0.66% | 0.44% | - |
| HSV(B) | 140º | 0.8% | 0.74% | - |
| XYZ | 20.54 | 37.08 | 15.31 | - |
| YUV | 131.75 | 103.31 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 88 | 0.80 | 0 | 0.53 | 0.26 | 140 | 0.66 | 0.44 |
| Hex | 26 | BC | 58 | 50 | 0 | 35 | 1A | 8C | 42 | 2C |
| Octal | 46 | 274 | 130 | 120 | 0 | 65 | 32 | 214 | 102 | 54 |
| Binary | 100110 | 10111100 | 1011000 | 1010000 | 0 | 110101 | 11010 | 10001100 | 1000010 | 101100 |
Color Harmonies of #26BC58
Complementary color
Monochromatic Colors of #26BC58
Black with #26BC58
Text Example
Text Example
White with #26BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC58; }
p { color: rgb(38,188,88); }
H1.HeaderClassName
{
color: #26BC58;
}
.AnyTagClassName
{
color: #26BC58;
}
</style>
background-color css
<style>
a { background-color: #26BC58; }
a { background-color: rgb(38,188,88); }
div.DivClassName
{
background-color: #26BC58;
}
.BgClassName
{
background-color: #26BC58;
}
</style>
border-color css
<style>
span { border-color: #26BC58; }
span { border-color: rgb(38,188,88); }
td.TdClassName
{
border-color: #26BC58;
}
.TagClassName
{
border-color: #26BC58;
}
</style>