Shades of Medium Sea Green #28BD55
Tints of Medium Sea Green #28BD55
RGB
CMYK
RGB Variations
Color information
#28BD55 (or 0x28BD55) is known color: Medium Sea Green. HEX triplet: 28, BD and 55. RGB value is (40,189,85). Sum of RGB (Red+Green+Blue) = 40+189+85=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BD55 is #D742AA. Grayscale: #848484. Windows color (decimal): -14107307 or 5618984. OLE color: 5618984.
HSL color Cylindrical-coordinate representation of color #28BD55: hue angle of 138.12º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BD55 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 85 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.26 |
| HSL | 138.12º | 0.65% | 0.45% | - |
| HSV(B) | 138.12º | 0.79% | 0.74% | - |
| XYZ | 20.71 | 37.5 | 14.74 | - |
| YUV | 132.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 85 | 0.79 | 0 | 0.55 | 0.26 | 138.12 | 0.65 | 0.45 |
| Hex | 28 | BD | 55 | 4F | 0 | 37 | 1A | 8A | 41 | 2D |
| Octal | 50 | 275 | 125 | 117 | 0 | 67 | 32 | 212 | 101 | 55 |
| Binary | 101000 | 10111101 | 1010101 | 1001111 | 0 | 110111 | 11010 | 10001010 | 1000001 | 101101 |
Color Harmonies of #28BD55
Complementary color
Monochromatic Colors of #28BD55
Black with #28BD55
Text Example
Text Example
White with #28BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BD55; }
p { color: rgb(40,189,85); }
H1.HeaderClassName
{
color: #28BD55;
}
.AnyTagClassName
{
color: #28BD55;
}
</style>
background-color css
<style>
a { background-color: #28BD55; }
a { background-color: rgb(40,189,85); }
div.DivClassName
{
background-color: #28BD55;
}
.BgClassName
{
background-color: #28BD55;
}
</style>
border-color css
<style>
span { border-color: #28BD55; }
span { border-color: rgb(40,189,85); }
td.TdClassName
{
border-color: #28BD55;
}
.TagClassName
{
border-color: #28BD55;
}
</style>