Shades of Medium Sea Green #26C970
Tints of Medium Sea Green #26C970
RGB
CMYK
RGB Variations
Color information
#26C970 (or 0x26C970) is known color: Medium Sea Green. HEX triplet: 26, C9 and 70. RGB value is (38,201,112). Sum of RGB (Red+Green+Blue) = 38+201+112=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #26C970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C970 is #D9368F. Grayscale: #8E8E8E. Windows color (decimal): -14235280 or 7391526. OLE color: 7391526.
HSL color Cylindrical-coordinate representation of color #26C970: hue angle of 147.24º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C970 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 112 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.21 |
| HSL | 147.24º | 0.68% | 0.47% | - |
| HSV(B) | 147.24º | 0.81% | 0.79% | - |
| XYZ | 24.61 | 43.36 | 22.4 | - |
| YUV | 142.12 | 111 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 112 | 0.81 | 0 | 0.44 | 0.21 | 147.24 | 0.68 | 0.47 |
| Hex | 26 | C9 | 70 | 51 | 0 | 2C | 15 | 93 | 44 | 2F |
| Octal | 46 | 311 | 160 | 121 | 0 | 54 | 25 | 223 | 104 | 57 |
| Binary | 100110 | 11001001 | 1110000 | 1010001 | 0 | 101100 | 10101 | 10010011 | 1000100 | 101111 |
Color Harmonies of #26C970
Complementary color
Monochromatic Colors of #26C970
Black with #26C970
Text Example
Text Example
White with #26C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C970; }
p { color: rgb(38,201,112); }
H1.HeaderClassName
{
color: #26C970;
}
.AnyTagClassName
{
color: #26C970;
}
</style>
background-color css
<style>
a { background-color: #26C970; }
a { background-color: rgb(38,201,112); }
div.DivClassName
{
background-color: #26C970;
}
.BgClassName
{
background-color: #26C970;
}
</style>
border-color css
<style>
span { border-color: #26C970; }
span { border-color: rgb(38,201,112); }
td.TdClassName
{
border-color: #26C970;
}
.TagClassName
{
border-color: #26C970;
}
</style>