Shades of Medium Sea Green #25BC70
Tints of Medium Sea Green #25BC70
RGB
CMYK
RGB Variations
Color information
#25BC70 (or 0x25BC70) is known color: Medium Sea Green. HEX triplet: 25, BC and 70. RGB value is (37,188,112). Sum of RGB (Red+Green+Blue) = 37+188+112=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BC70 is #DA438F. Grayscale: #868686. Windows color (decimal): -14304144 or 7388197. OLE color: 7388197.
HSL color Cylindrical-coordinate representation of color #25BC70: hue angle of 149.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC70 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 112 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.26 |
| HSL | 149.8º | 0.67% | 0.44% | - |
| HSV(B) | 149.8º | 0.8% | 0.74% | - |
| XYZ | 21.67 | 37.53 | 21.43 | - |
| YUV | 134.19 | 115.47 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 112 | 0.80 | 0 | 0.40 | 0.26 | 149.8 | 0.67 | 0.44 |
| Hex | 25 | BC | 70 | 50 | 0 | 28 | 1A | 96 | 43 | 2C |
| Octal | 45 | 274 | 160 | 120 | 0 | 50 | 32 | 226 | 103 | 54 |
| Binary | 100101 | 10111100 | 1110000 | 1010000 | 0 | 101000 | 11010 | 10010110 | 1000011 | 101100 |
Color Harmonies of #25BC70
Complementary color
Monochromatic Colors of #25BC70
Black with #25BC70
Text Example
Text Example
White with #25BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC70; }
p { color: rgb(37,188,112); }
H1.HeaderClassName
{
color: #25BC70;
}
.AnyTagClassName
{
color: #25BC70;
}
</style>
background-color css
<style>
a { background-color: #25BC70; }
a { background-color: rgb(37,188,112); }
div.DivClassName
{
background-color: #25BC70;
}
.BgClassName
{
background-color: #25BC70;
}
</style>
border-color css
<style>
span { border-color: #25BC70; }
span { border-color: rgb(37,188,112); }
td.TdClassName
{
border-color: #25BC70;
}
.TagClassName
{
border-color: #25BC70;
}
</style>