Shades of Medium Sea Green #28BA64
Tints of Medium Sea Green #28BA64
RGB
CMYK
RGB Variations
Color information
#28BA64 (or 0x28BA64) is known color: Medium Sea Green. HEX triplet: 28, BA and 64. RGB value is (40,186,100). Sum of RGB (Red+Green+Blue) = 40+186+100=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BA64 is #D7459B. Grayscale: #848484. Windows color (decimal): -14108060 or 6601256. OLE color: 6601256.
HSL color Cylindrical-coordinate representation of color #28BA64: hue angle of 144.66º 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 #28BA64 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 100 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.27 |
| HSL | 144.66º | 0.65% | 0.44% | - |
| HSV(B) | 144.66º | 0.78% | 0.73% | - |
| XYZ | 20.73 | 36.49 | 18.01 | - |
| YUV | 132.54 | 109.63 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 100 | 0.78 | 0 | 0.46 | 0.27 | 144.66 | 0.65 | 0.44 |
| Hex | 28 | BA | 64 | 4E | 0 | 2E | 1B | 91 | 41 | 2C |
| Octal | 50 | 272 | 144 | 116 | 0 | 56 | 33 | 221 | 101 | 54 |
| Binary | 101000 | 10111010 | 1100100 | 1001110 | 0 | 101110 | 11011 | 10010001 | 1000001 | 101100 |
Color Harmonies of #28BA64
Complementary color
Monochromatic Colors of #28BA64
Black with #28BA64
Text Example
Text Example
White with #28BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA64; }
p { color: rgb(40,186,100); }
H1.HeaderClassName
{
color: #28BA64;
}
.AnyTagClassName
{
color: #28BA64;
}
</style>
background-color css
<style>
a { background-color: #28BA64; }
a { background-color: rgb(40,186,100); }
div.DivClassName
{
background-color: #28BA64;
}
.BgClassName
{
background-color: #28BA64;
}
</style>
border-color css
<style>
span { border-color: #28BA64; }
span { border-color: rgb(40,186,100); }
td.TdClassName
{
border-color: #28BA64;
}
.TagClassName
{
border-color: #28BA64;
}
</style>