Shades of Medium Sea Green #28C26B
Tints of Medium Sea Green #28C26B
RGB
CMYK
RGB Variations
Color information
#28C26B (or 0x28C26B) is known color: Medium Sea Green. HEX triplet: 28, C2 and 6B. RGB value is (40,194,107). Sum of RGB (Red+Green+Blue) = 40+194+107=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #28C26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C26B is #D73D94. Grayscale: #8A8A8A. Windows color (decimal): -14106005 or 7062056. OLE color: 7062056.
HSL color Cylindrical-coordinate representation of color #28C26B: hue angle of 146.1º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C26B is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 107 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.24 |
| HSL | 146.1º | 0.66% | 0.46% | - |
| HSV(B) | 146.1º | 0.79% | 0.76% | - |
| XYZ | 22.82 | 40.1 | 20.45 | - |
| YUV | 138.04 | 110.48 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 107 | 0.79 | 0 | 0.45 | 0.24 | 146.1 | 0.66 | 0.46 |
| Hex | 28 | C2 | 6B | 4F | 0 | 2D | 18 | 92 | 42 | 2E |
| Octal | 50 | 302 | 153 | 117 | 0 | 55 | 30 | 222 | 102 | 56 |
| Binary | 101000 | 11000010 | 1101011 | 1001111 | 0 | 101101 | 11000 | 10010010 | 1000010 | 101110 |
Color Harmonies of #28C26B
Complementary color
Monochromatic Colors of #28C26B
Black with #28C26B
Text Example
Text Example
White with #28C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C26B; }
p { color: rgb(40,194,107); }
H1.HeaderClassName
{
color: #28C26B;
}
.AnyTagClassName
{
color: #28C26B;
}
</style>
background-color css
<style>
a { background-color: #28C26B; }
a { background-color: rgb(40,194,107); }
div.DivClassName
{
background-color: #28C26B;
}
.BgClassName
{
background-color: #28C26B;
}
</style>
border-color css
<style>
span { border-color: #28C26B; }
span { border-color: rgb(40,194,107); }
td.TdClassName
{
border-color: #28C26B;
}
.TagClassName
{
border-color: #28C26B;
}
</style>