Shades of Medium Sea Green #28BF5E
Tints of Medium Sea Green #28BF5E
RGB
CMYK
RGB Variations
Color information
#28BF5E (or 0x28BF5E) is known color: Medium Sea Green. HEX triplet: 28, BF and 5E. RGB value is (40,191,94). Sum of RGB (Red+Green+Blue) = 40+191+94=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BF5E is #D740A1. Grayscale: #878787. Windows color (decimal): -14106786 or 6209320. OLE color: 6209320.
HSL color Cylindrical-coordinate representation of color #28BF5E: hue angle of 141.46º 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 #28BF5E is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 40 | 191 | 94 | - |
CMYK | 0.79 | 0 | 0.51 | 0.25 |
HSL | 141.46º | 0.65% | 0.45% | - |
HSV(B) | 141.46º | 0.79% | 0.75% | - |
XYZ | 21.53 | 38.52 | 16.89 | - |
YUV | 134.79 | 104.97 | 60.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 191 | 94 | 0.79 | 0 | 0.51 | 0.25 | 141.46 | 0.65 | 0.45 |
Hex | 28 | BF | 5E | 4F | 0 | 33 | 19 | 8D | 41 | 2D |
Octal | 50 | 277 | 136 | 117 | 0 | 63 | 31 | 215 | 101 | 55 |
Binary | 101000 | 10111111 | 1011110 | 1001111 | 0 | 110011 | 11001 | 10001101 | 1000001 | 101101 |
Color Harmonies of #28BF5E
Complementary color
Monochromatic Colors of #28BF5E
Black with #28BF5E
Text Example
Text Example
White with #28BF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BF5E; }
p { color: rgb(40,191,94); }
H1.HeaderClassName
{
color: #28BF5E;
}
.AnyTagClassName
{
color: #28BF5E;
}
</style>
background-color css
<style>
a { background-color: #28BF5E; }
a { background-color: rgb(40,191,94); }
div.DivClassName
{
background-color: #28BF5E;
}
.BgClassName
{
background-color: #28BF5E;
}
</style>
border-color css
<style>
span { border-color: #28BF5E; }
span { border-color: rgb(40,191,94); }
td.TdClassName
{
border-color: #28BF5E;
}
.TagClassName
{
border-color: #28BF5E;
}
</style>