Shades of Medium Sea Green #26D872
Tints of Medium Sea Green #26D872
RGB
CMYK
RGB Variations
Color information
#26D872 (or 0x26D872) is known color: Medium Sea Green. HEX triplet: 26, D8 and 72. RGB value is (38,216,114). Sum of RGB (Red+Green+Blue) = 38+216+114=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #26D872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26D872 is #D9278D. Grayscale: #979797. Windows color (decimal): -14231438 or 7526438. OLE color: 7526438.
HSL color Cylindrical-coordinate representation of color #26D872: hue angle of 145.62º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D872 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 216 | 114 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.15 |
| HSL | 145.62º | 0.7% | 0.5% | - |
| HSV(B) | 145.62º | 0.82% | 0.85% | - |
| XYZ | 28.39 | 50.74 | 24.22 | - |
| YUV | 151.15 | 107.03 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 216 | 114 | 0.82 | 0 | 0.47 | 0.15 | 145.62 | 0.7 | 0.5 |
| Hex | 26 | D8 | 72 | 52 | 0 | 2F | F | 92 | 46 | 32 |
| Octal | 46 | 330 | 162 | 122 | 0 | 57 | 17 | 222 | 106 | 62 |
| Binary | 100110 | 11011000 | 1110010 | 1010010 | 0 | 101111 | 1111 | 10010010 | 1000110 | 110010 |
Color Harmonies of #26D872
Complementary color
Monochromatic Colors of #26D872
Black with #26D872
Text Example
Text Example
White with #26D872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D872; }
p { color: rgb(38,216,114); }
H1.HeaderClassName
{
color: #26D872;
}
.AnyTagClassName
{
color: #26D872;
}
</style>
background-color css
<style>
a { background-color: #26D872; }
a { background-color: rgb(38,216,114); }
div.DivClassName
{
background-color: #26D872;
}
.BgClassName
{
background-color: #26D872;
}
</style>
border-color css
<style>
span { border-color: #26D872; }
span { border-color: rgb(38,216,114); }
td.TdClassName
{
border-color: #26D872;
}
.TagClassName
{
border-color: #26D872;
}
</style>