Shades of Medium Sea Green #28B160
Tints of Medium Sea Green #28B160
RGB
CMYK
RGB Variations
Color information
#28B160 (or 0x28B160) is known color: Medium Sea Green. HEX triplet: 28, B1 and 60. RGB value is (40,177,96). Sum of RGB (Red+Green+Blue) = 40+177+96=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #28B160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B160 is #D74E9F. Grayscale: #7E7E7E. Windows color (decimal): -14110368 or 6336808. OLE color: 6336808.
HSL color Cylindrical-coordinate representation of color #28B160: hue angle of 144.53º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B160 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 96 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.31 |
| HSL | 144.53º | 0.63% | 0.43% | - |
| HSV(B) | 144.53º | 0.77% | 0.69% | - |
| XYZ | 18.71 | 32.74 | 16.4 | - |
| YUV | 126.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 96 | 0.77 | 0 | 0.46 | 0.31 | 144.53 | 0.63 | 0.43 |
| Hex | 28 | B1 | 60 | 4D | 0 | 2E | 1F | 91 | 3F | 2B |
| Octal | 50 | 261 | 140 | 115 | 0 | 56 | 37 | 221 | 77 | 53 |
| Binary | 101000 | 10110001 | 1100000 | 1001101 | 0 | 101110 | 11111 | 10010001 | 111111 | 101011 |
Color Harmonies of #28B160
Complementary color
Monochromatic Colors of #28B160
Black with #28B160
Text Example
Text Example
White with #28B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B160; }
p { color: rgb(40,177,96); }
H1.HeaderClassName
{
color: #28B160;
}
.AnyTagClassName
{
color: #28B160;
}
</style>
background-color css
<style>
a { background-color: #28B160; }
a { background-color: rgb(40,177,96); }
div.DivClassName
{
background-color: #28B160;
}
.BgClassName
{
background-color: #28B160;
}
</style>
border-color css
<style>
span { border-color: #28B160; }
span { border-color: rgb(40,177,96); }
td.TdClassName
{
border-color: #28B160;
}
.TagClassName
{
border-color: #28B160;
}
</style>