Shades of Medium Sea Green #26BA71
Tints of Medium Sea Green #26BA71
RGB
CMYK
RGB Variations
Color information
#26BA71 (or 0x26BA71) is known color: Medium Sea Green. HEX triplet: 26, BA and 71. RGB value is (38,186,113). Sum of RGB (Red+Green+Blue) = 38+186+113=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BA71 is #D9458E. Grayscale: #858585. Windows color (decimal): -14239119 or 7453222. OLE color: 7453222.
HSL color Cylindrical-coordinate representation of color #26BA71: hue angle of 150.41º 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 #26BA71 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 113 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.27 |
| HSL | 150.41º | 0.66% | 0.44% | - |
| HSV(B) | 150.41º | 0.8% | 0.73% | - |
| XYZ | 21.34 | 36.72 | 21.59 | - |
| YUV | 133.43 | 116.47 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 113 | 0.80 | 0 | 0.39 | 0.27 | 150.41 | 0.66 | 0.44 |
| Hex | 26 | BA | 71 | 50 | 0 | 27 | 1B | 96 | 42 | 2C |
| Octal | 46 | 272 | 161 | 120 | 0 | 47 | 33 | 226 | 102 | 54 |
| Binary | 100110 | 10111010 | 1110001 | 1010000 | 0 | 100111 | 11011 | 10010110 | 1000010 | 101100 |
Color Harmonies of #26BA71
Complementary color
Monochromatic Colors of #26BA71
Black with #26BA71
Text Example
Text Example
White with #26BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA71; }
p { color: rgb(38,186,113); }
H1.HeaderClassName
{
color: #26BA71;
}
.AnyTagClassName
{
color: #26BA71;
}
</style>
background-color css
<style>
a { background-color: #26BA71; }
a { background-color: rgb(38,186,113); }
div.DivClassName
{
background-color: #26BA71;
}
.BgClassName
{
background-color: #26BA71;
}
</style>
border-color css
<style>
span { border-color: #26BA71; }
span { border-color: rgb(38,186,113); }
td.TdClassName
{
border-color: #26BA71;
}
.TagClassName
{
border-color: #26BA71;
}
</style>