Shades of Medium Sea Green #28C96C
Tints of Medium Sea Green #28C96C
RGB
CMYK
RGB Variations
Color information
#28C96C (or 0x28C96C) is known color: Medium Sea Green. HEX triplet: 28, C9 and 6C. RGB value is (40,201,108). Sum of RGB (Red+Green+Blue) = 40+201+108=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #28C96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C96C is #D73693. Grayscale: #8E8E8E. Windows color (decimal): -14104212 or 7129384. OLE color: 7129384.
HSL color Cylindrical-coordinate representation of color #28C96C: hue angle of 145.34º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C96C is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 108 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.21 |
| HSL | 145.34º | 0.67% | 0.47% | - |
| HSV(B) | 145.34º | 0.8% | 0.79% | - |
| XYZ | 24.47 | 43.31 | 21.26 | - |
| YUV | 142.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 108 | 0.80 | 0 | 0.46 | 0.21 | 145.34 | 0.67 | 0.47 |
| Hex | 28 | C9 | 6C | 50 | 0 | 2E | 15 | 91 | 43 | 2F |
| Octal | 50 | 311 | 154 | 120 | 0 | 56 | 25 | 221 | 103 | 57 |
| Binary | 101000 | 11001001 | 1101100 | 1010000 | 0 | 101110 | 10101 | 10010001 | 1000011 | 101111 |
Color Harmonies of #28C96C
Complementary color
Monochromatic Colors of #28C96C
Black with #28C96C
Text Example
Text Example
White with #28C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C96C; }
p { color: rgb(40,201,108); }
H1.HeaderClassName
{
color: #28C96C;
}
.AnyTagClassName
{
color: #28C96C;
}
</style>
background-color css
<style>
a { background-color: #28C96C; }
a { background-color: rgb(40,201,108); }
div.DivClassName
{
background-color: #28C96C;
}
.BgClassName
{
background-color: #28C96C;
}
</style>
border-color css
<style>
span { border-color: #28C96C; }
span { border-color: rgb(40,201,108); }
td.TdClassName
{
border-color: #28C96C;
}
.TagClassName
{
border-color: #28C96C;
}
</style>