Shades of Medium Sea Green #26BA5A
Tints of Medium Sea Green #26BA5A
RGB
CMYK
RGB Variations
Color information
#26BA5A (or 0x26BA5A) is known color: Medium Sea Green. HEX triplet: 26, BA and 5A. RGB value is (38,186,90). Sum of RGB (Red+Green+Blue) = 38+186+90=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BA5A is #D945A5. Grayscale: #838383. Windows color (decimal): -14239142 or 5945894. OLE color: 5945894.
HSL color Cylindrical-coordinate representation of color #26BA5A: hue angle of 141.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA5A is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 90 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.27 |
| HSL | 141.08º | 0.66% | 0.44% | - |
| HSV(B) | 141.08º | 0.8% | 0.73% | - |
| XYZ | 20.2 | 36.27 | 15.61 | - |
| YUV | 130.8 | 104.97 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 90 | 0.80 | 0 | 0.52 | 0.27 | 141.08 | 0.66 | 0.44 |
| Hex | 26 | BA | 5A | 50 | 0 | 34 | 1B | 8D | 42 | 2C |
| Octal | 46 | 272 | 132 | 120 | 0 | 64 | 33 | 215 | 102 | 54 |
| Binary | 100110 | 10111010 | 1011010 | 1010000 | 0 | 110100 | 11011 | 10001101 | 1000010 | 101100 |
Color Harmonies of #26BA5A
Complementary color
Monochromatic Colors of #26BA5A
Black with #26BA5A
Text Example
Text Example
White with #26BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA5A; }
p { color: rgb(38,186,90); }
H1.HeaderClassName
{
color: #26BA5A;
}
.AnyTagClassName
{
color: #26BA5A;
}
</style>
background-color css
<style>
a { background-color: #26BA5A; }
a { background-color: rgb(38,186,90); }
div.DivClassName
{
background-color: #26BA5A;
}
.BgClassName
{
background-color: #26BA5A;
}
</style>
border-color css
<style>
span { border-color: #26BA5A; }
span { border-color: rgb(38,186,90); }
td.TdClassName
{
border-color: #26BA5A;
}
.TagClassName
{
border-color: #26BA5A;
}
</style>