Shades of Medium Sea Green #28C46C
Tints of Medium Sea Green #28C46C
RGB
CMYK
RGB Variations
Color information
#28C46C (or 0x28C46C) is known color: Medium Sea Green. HEX triplet: 28, C4 and 6C. RGB value is (40,196,108). Sum of RGB (Red+Green+Blue) = 40+196+108=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #28C46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C46C is #D73B93. Grayscale: #8B8B8B. Windows color (decimal): -14105492 or 7128104. OLE color: 7128104.
HSL color Cylindrical-coordinate representation of color #28C46C: hue angle of 146.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C46C is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 108 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.23 |
| HSL | 146.15º | 0.66% | 0.46% | - |
| HSV(B) | 146.15º | 0.8% | 0.77% | - |
| XYZ | 23.32 | 41.01 | 20.87 | - |
| YUV | 139.32 | 110.32 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 108 | 0.80 | 0 | 0.45 | 0.23 | 146.15 | 0.66 | 0.46 |
| Hex | 28 | C4 | 6C | 50 | 0 | 2D | 17 | 92 | 42 | 2E |
| Octal | 50 | 304 | 154 | 120 | 0 | 55 | 27 | 222 | 102 | 56 |
| Binary | 101000 | 11000100 | 1101100 | 1010000 | 0 | 101101 | 10111 | 10010010 | 1000010 | 101110 |
Color Harmonies of #28C46C
Complementary color
Monochromatic Colors of #28C46C
Black with #28C46C
Text Example
Text Example
White with #28C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C46C; }
p { color: rgb(40,196,108); }
H1.HeaderClassName
{
color: #28C46C;
}
.AnyTagClassName
{
color: #28C46C;
}
</style>
background-color css
<style>
a { background-color: #28C46C; }
a { background-color: rgb(40,196,108); }
div.DivClassName
{
background-color: #28C46C;
}
.BgClassName
{
background-color: #28C46C;
}
</style>
border-color css
<style>
span { border-color: #28C46C; }
span { border-color: rgb(40,196,108); }
td.TdClassName
{
border-color: #28C46C;
}
.TagClassName
{
border-color: #28C46C;
}
</style>