Shades of Medium Sea Green #26CF70
Tints of Medium Sea Green #26CF70
RGB
CMYK
RGB Variations
Color information
#26CF70 (or 0x26CF70) is known color: Medium Sea Green. HEX triplet: 26, CF and 70. RGB value is (38,207,112). Sum of RGB (Red+Green+Blue) = 38+207+112=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #26CF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26CF70 is #D9308F. Grayscale: #919191. Windows color (decimal): -14233744 or 7393062. OLE color: 7393062.
HSL color Cylindrical-coordinate representation of color #26CF70: hue angle of 146.27º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CF70 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 207 | 112 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.19 |
| HSL | 146.27º | 0.69% | 0.48% | - |
| HSV(B) | 146.27º | 0.82% | 0.81% | - |
| XYZ | 26.04 | 46.21 | 22.88 | - |
| YUV | 145.64 | 109.01 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 112 | 0.82 | 0 | 0.46 | 0.19 | 146.27 | 0.69 | 0.48 |
| Hex | 26 | CF | 70 | 52 | 0 | 2E | 13 | 92 | 45 | 30 |
| Octal | 46 | 317 | 160 | 122 | 0 | 56 | 23 | 222 | 105 | 60 |
| Binary | 100110 | 11001111 | 1110000 | 1010010 | 0 | 101110 | 10011 | 10010010 | 1000101 | 110000 |
Color Harmonies of #26CF70
Complementary color
Monochromatic Colors of #26CF70
Black with #26CF70
Text Example
Text Example
White with #26CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CF70; }
p { color: rgb(38,207,112); }
H1.HeaderClassName
{
color: #26CF70;
}
.AnyTagClassName
{
color: #26CF70;
}
</style>
background-color css
<style>
a { background-color: #26CF70; }
a { background-color: rgb(38,207,112); }
div.DivClassName
{
background-color: #26CF70;
}
.BgClassName
{
background-color: #26CF70;
}
</style>
border-color css
<style>
span { border-color: #26CF70; }
span { border-color: rgb(38,207,112); }
td.TdClassName
{
border-color: #26CF70;
}
.TagClassName
{
border-color: #26CF70;
}
</style>