Shades of Medium Sea Green #26BA74
Tints of Medium Sea Green #26BA74
RGB
CMYK
RGB Variations
Color information
#26BA74 (or 0x26BA74) is known color: Medium Sea Green. HEX triplet: 26, BA and 74. RGB value is (38,186,116). Sum of RGB (Red+Green+Blue) = 38+186+116=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BA74 is #D9458B. Grayscale: #858585. Windows color (decimal): -14239116 or 7649830. OLE color: 7649830.
HSL color Cylindrical-coordinate representation of color #26BA74: hue angle of 151.62º 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 #26BA74 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 116 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.27 |
| HSL | 151.62º | 0.66% | 0.44% | - |
| HSV(B) | 151.62º | 0.8% | 0.73% | - |
| XYZ | 21.51 | 36.79 | 22.49 | - |
| YUV | 133.77 | 117.97 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 116 | 0.80 | 0 | 0.38 | 0.27 | 151.62 | 0.66 | 0.44 |
| Hex | 26 | BA | 74 | 50 | 0 | 26 | 1B | 98 | 42 | 2C |
| Octal | 46 | 272 | 164 | 120 | 0 | 46 | 33 | 230 | 102 | 54 |
| Binary | 100110 | 10111010 | 1110100 | 1010000 | 0 | 100110 | 11011 | 10011000 | 1000010 | 101100 |
Color Harmonies of #26BA74
Complementary color
Monochromatic Colors of #26BA74
Black with #26BA74
Text Example
Text Example
White with #26BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA74; }
p { color: rgb(38,186,116); }
H1.HeaderClassName
{
color: #26BA74;
}
.AnyTagClassName
{
color: #26BA74;
}
</style>
background-color css
<style>
a { background-color: #26BA74; }
a { background-color: rgb(38,186,116); }
div.DivClassName
{
background-color: #26BA74;
}
.BgClassName
{
background-color: #26BA74;
}
</style>
border-color css
<style>
span { border-color: #26BA74; }
span { border-color: rgb(38,186,116); }
td.TdClassName
{
border-color: #26BA74;
}
.TagClassName
{
border-color: #26BA74;
}
</style>