Shades of Medium Sea Green #28C368
Tints of Medium Sea Green #28C368
RGB
CMYK
RGB Variations
Color information
#28C368 (or 0x28C368) is known color: Medium Sea Green. HEX triplet: 28, C3 and 68. RGB value is (40,195,104). Sum of RGB (Red+Green+Blue) = 40+195+104=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #28C368 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C368 is #D73C97. Grayscale: #8A8A8A. Windows color (decimal): -14105752 or 6865704. OLE color: 6865704.
HSL color Cylindrical-coordinate representation of color #28C368: hue angle of 144.77º 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 #28C368 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 104 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.24 |
| HSL | 144.77º | 0.66% | 0.46% | - |
| HSV(B) | 144.77º | 0.79% | 0.76% | - |
| XYZ | 22.89 | 40.48 | 19.7 | - |
| YUV | 138.28 | 108.65 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 104 | 0.79 | 0 | 0.47 | 0.24 | 144.77 | 0.66 | 0.46 |
| Hex | 28 | C3 | 68 | 4F | 0 | 2F | 18 | 91 | 42 | 2E |
| Octal | 50 | 303 | 150 | 117 | 0 | 57 | 30 | 221 | 102 | 56 |
| Binary | 101000 | 11000011 | 1101000 | 1001111 | 0 | 101111 | 11000 | 10010001 | 1000010 | 101110 |
Color Harmonies of #28C368
Complementary color
Monochromatic Colors of #28C368
Black with #28C368
Text Example
Text Example
White with #28C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C368; }
p { color: rgb(40,195,104); }
H1.HeaderClassName
{
color: #28C368;
}
.AnyTagClassName
{
color: #28C368;
}
</style>
background-color css
<style>
a { background-color: #28C368; }
a { background-color: rgb(40,195,104); }
div.DivClassName
{
background-color: #28C368;
}
.BgClassName
{
background-color: #28C368;
}
</style>
border-color css
<style>
span { border-color: #28C368; }
span { border-color: rgb(40,195,104); }
td.TdClassName
{
border-color: #28C368;
}
.TagClassName
{
border-color: #28C368;
}
</style>