Shades of Medium Sea Green #26BA69
Tints of Medium Sea Green #26BA69
RGB
CMYK
RGB Variations
Color information
#26BA69 (or 0x26BA69) is known color: Medium Sea Green. HEX triplet: 26, BA and 69. RGB value is (38,186,105). Sum of RGB (Red+Green+Blue) = 38+186+105=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BA69 is #D94596. Grayscale: #848484. Windows color (decimal): -14239127 or 6928934. OLE color: 6928934.
HSL color Cylindrical-coordinate representation of color #26BA69: hue angle of 147.16º 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 #26BA69 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 105 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.27 |
| HSL | 147.16º | 0.66% | 0.44% | - |
| HSV(B) | 147.16º | 0.8% | 0.73% | - |
| XYZ | 20.91 | 36.55 | 19.32 | - |
| YUV | 132.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 105 | 0.80 | 0 | 0.44 | 0.27 | 147.16 | 0.66 | 0.44 |
| Hex | 26 | BA | 69 | 50 | 0 | 2C | 1B | 93 | 42 | 2C |
| Octal | 46 | 272 | 151 | 120 | 0 | 54 | 33 | 223 | 102 | 54 |
| Binary | 100110 | 10111010 | 1101001 | 1010000 | 0 | 101100 | 11011 | 10010011 | 1000010 | 101100 |
Color Harmonies of #26BA69
Complementary color
Monochromatic Colors of #26BA69
Black with #26BA69
Text Example
Text Example
White with #26BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA69; }
p { color: rgb(38,186,105); }
H1.HeaderClassName
{
color: #26BA69;
}
.AnyTagClassName
{
color: #26BA69;
}
</style>
background-color css
<style>
a { background-color: #26BA69; }
a { background-color: rgb(38,186,105); }
div.DivClassName
{
background-color: #26BA69;
}
.BgClassName
{
background-color: #26BA69;
}
</style>
border-color css
<style>
span { border-color: #26BA69; }
span { border-color: rgb(38,186,105); }
td.TdClassName
{
border-color: #26BA69;
}
.TagClassName
{
border-color: #26BA69;
}
</style>