Shades of Medium Sea Green #26BA55
Tints of Medium Sea Green #26BA55
RGB
CMYK
RGB Variations
Color information
#26BA55 (or 0x26BA55) is known color: Medium Sea Green. HEX triplet: 26, BA and 55. RGB value is (38,186,85). Sum of RGB (Red+Green+Blue) = 38+186+85=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BA55 is #D945AA. Grayscale: #828282. Windows color (decimal): -14239147 or 5618214. OLE color: 5618214.
HSL color Cylindrical-coordinate representation of color #26BA55: hue angle of 139.05º 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 #26BA55 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 85 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.27 |
| HSL | 139.05º | 0.66% | 0.44% | - |
| HSV(B) | 139.05º | 0.8% | 0.73% | - |
| XYZ | 20 | 36.19 | 14.52 | - |
| YUV | 130.23 | 102.47 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 85 | 0.80 | 0 | 0.54 | 0.27 | 139.05 | 0.66 | 0.44 |
| Hex | 26 | BA | 55 | 50 | 0 | 36 | 1B | 8B | 42 | 2C |
| Octal | 46 | 272 | 125 | 120 | 0 | 66 | 33 | 213 | 102 | 54 |
| Binary | 100110 | 10111010 | 1010101 | 1010000 | 0 | 110110 | 11011 | 10001011 | 1000010 | 101100 |
Color Harmonies of #26BA55
Complementary color
Monochromatic Colors of #26BA55
Black with #26BA55
Text Example
Text Example
White with #26BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA55; }
p { color: rgb(38,186,85); }
H1.HeaderClassName
{
color: #26BA55;
}
.AnyTagClassName
{
color: #26BA55;
}
</style>
background-color css
<style>
a { background-color: #26BA55; }
a { background-color: rgb(38,186,85); }
div.DivClassName
{
background-color: #26BA55;
}
.BgClassName
{
background-color: #26BA55;
}
</style>
border-color css
<style>
span { border-color: #26BA55; }
span { border-color: rgb(38,186,85); }
td.TdClassName
{
border-color: #26BA55;
}
.TagClassName
{
border-color: #26BA55;
}
</style>