Shades of Medium Sea Green #26C064
Tints of Medium Sea Green #26C064
RGB
CMYK
RGB Variations
Color information
#26C064 (or 0x26C064) is known color: Medium Sea Green. HEX triplet: 26, C0 and 64. RGB value is (38,192,100). Sum of RGB (Red+Green+Blue) = 38+192+100=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #26C064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C064 is #D93F9B. Grayscale: #878787. Windows color (decimal): -14237596 or 6602790. OLE color: 6602790.
HSL color Cylindrical-coordinate representation of color #26C064: hue angle of 144.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C064 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 100 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.25 |
| HSL | 144.16º | 0.67% | 0.45% | - |
| HSV(B) | 144.16º | 0.8% | 0.75% | - |
| XYZ | 21.95 | 39.03 | 18.43 | - |
| YUV | 135.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 100 | 0.80 | 0 | 0.48 | 0.25 | 144.16 | 0.67 | 0.45 |
| Hex | 26 | C0 | 64 | 50 | 0 | 30 | 19 | 90 | 43 | 2D |
| Octal | 46 | 300 | 144 | 120 | 0 | 60 | 31 | 220 | 103 | 55 |
| Binary | 100110 | 11000000 | 1100100 | 1010000 | 0 | 110000 | 11001 | 10010000 | 1000011 | 101101 |
Color Harmonies of #26C064
Complementary color
Monochromatic Colors of #26C064
Black with #26C064
Text Example
Text Example
White with #26C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C064; }
p { color: rgb(38,192,100); }
H1.HeaderClassName
{
color: #26C064;
}
.AnyTagClassName
{
color: #26C064;
}
</style>
background-color css
<style>
a { background-color: #26C064; }
a { background-color: rgb(38,192,100); }
div.DivClassName
{
background-color: #26C064;
}
.BgClassName
{
background-color: #26C064;
}
</style>
border-color css
<style>
span { border-color: #26C064; }
span { border-color: rgb(38,192,100); }
td.TdClassName
{
border-color: #26C064;
}
.TagClassName
{
border-color: #26C064;
}
</style>