Shades of Medium Sea Green #28BF71
Tints of Medium Sea Green #28BF71
RGB
CMYK
RGB Variations
Color information
#28BF71 (or 0x28BF71) is known color: Medium Sea Green. HEX triplet: 28, BF and 71. RGB value is (40,191,113). Sum of RGB (Red+Green+Blue) = 40+191+113=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BF71 is #D7408E. Grayscale: #898989. Windows color (decimal): -14106767 or 7454504. OLE color: 7454504.
HSL color Cylindrical-coordinate representation of color #28BF71: hue angle of 149.01º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BF71 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 191 | 113 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.25 |
| HSL | 149.01º | 0.65% | 0.45% | - |
| HSV(B) | 149.01º | 0.79% | 0.75% | - |
| XYZ | 22.49 | 38.9 | 21.95 | - |
| YUV | 136.96 | 114.47 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 191 | 113 | 0.79 | 0 | 0.41 | 0.25 | 149.01 | 0.65 | 0.45 |
| Hex | 28 | BF | 71 | 4F | 0 | 29 | 19 | 95 | 41 | 2D |
| Octal | 50 | 277 | 161 | 117 | 0 | 51 | 31 | 225 | 101 | 55 |
| Binary | 101000 | 10111111 | 1110001 | 1001111 | 0 | 101001 | 11001 | 10010101 | 1000001 | 101101 |
Color Harmonies of #28BF71
Complementary color
Monochromatic Colors of #28BF71
Black with #28BF71
Text Example
Text Example
White with #28BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BF71; }
p { color: rgb(40,191,113); }
H1.HeaderClassName
{
color: #28BF71;
}
.AnyTagClassName
{
color: #28BF71;
}
</style>
background-color css
<style>
a { background-color: #28BF71; }
a { background-color: rgb(40,191,113); }
div.DivClassName
{
background-color: #28BF71;
}
.BgClassName
{
background-color: #28BF71;
}
</style>
border-color css
<style>
span { border-color: #28BF71; }
span { border-color: rgb(40,191,113); }
td.TdClassName
{
border-color: #28BF71;
}
.TagClassName
{
border-color: #28BF71;
}
</style>