Shades of Medium Sea Green #28BA74
Tints of Medium Sea Green #28BA74
RGB
CMYK
RGB Variations
Color information
#28BA74 (or 0x28BA74) is known color: Medium Sea Green. HEX triplet: 28, BA and 74. RGB value is (40,186,116). Sum of RGB (Red+Green+Blue) = 40+186+116=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BA74 is #D7458B. Grayscale: #868686. Windows color (decimal): -14108044 or 7649832. OLE color: 7649832.
HSL color Cylindrical-coordinate representation of color #28BA74: hue angle of 151.23º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA74 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 116 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.27 |
| HSL | 151.23º | 0.65% | 0.44% | - |
| HSV(B) | 151.23º | 0.78% | 0.73% | - |
| XYZ | 21.59 | 36.83 | 22.49 | - |
| YUV | 134.37 | 117.63 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 116 | 0.78 | 0 | 0.38 | 0.27 | 151.23 | 0.65 | 0.44 |
| Hex | 28 | BA | 74 | 4E | 0 | 26 | 1B | 97 | 41 | 2C |
| Octal | 50 | 272 | 164 | 116 | 0 | 46 | 33 | 227 | 101 | 54 |
| Binary | 101000 | 10111010 | 1110100 | 1001110 | 0 | 100110 | 11011 | 10010111 | 1000001 | 101100 |
Color Harmonies of #28BA74
Complementary color
Monochromatic Colors of #28BA74
Black with #28BA74
Text Example
Text Example
White with #28BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA74; }
p { color: rgb(40,186,116); }
H1.HeaderClassName
{
color: #28BA74;
}
.AnyTagClassName
{
color: #28BA74;
}
</style>
background-color css
<style>
a { background-color: #28BA74; }
a { background-color: rgb(40,186,116); }
div.DivClassName
{
background-color: #28BA74;
}
.BgClassName
{
background-color: #28BA74;
}
</style>
border-color css
<style>
span { border-color: #28BA74; }
span { border-color: rgb(40,186,116); }
td.TdClassName
{
border-color: #28BA74;
}
.TagClassName
{
border-color: #28BA74;
}
</style>