Shades of Medium Sea Green #28C36A
Tints of Medium Sea Green #28C36A
RGB
CMYK
RGB Variations
Color information
#28C36A (or 0x28C36A) is known color: Medium Sea Green. HEX triplet: 28, C3 and 6A. RGB value is (40,195,106). Sum of RGB (Red+Green+Blue) = 40+195+106=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #28C36A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C36A is #D73C95. Grayscale: #8A8A8A. Windows color (decimal): -14105750 or 6996776. OLE color: 6996776.
HSL color Cylindrical-coordinate representation of color #28C36A: hue angle of 145.55º 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 #28C36A is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 106 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.24 |
| HSL | 145.55º | 0.66% | 0.46% | - |
| HSV(B) | 145.55º | 0.79% | 0.76% | - |
| XYZ | 22.99 | 40.52 | 20.25 | - |
| YUV | 138.51 | 109.65 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 106 | 0.79 | 0 | 0.46 | 0.24 | 145.55 | 0.66 | 0.46 |
| Hex | 28 | C3 | 6A | 4F | 0 | 2E | 18 | 92 | 42 | 2E |
| Octal | 50 | 303 | 152 | 117 | 0 | 56 | 30 | 222 | 102 | 56 |
| Binary | 101000 | 11000011 | 1101010 | 1001111 | 0 | 101110 | 11000 | 10010010 | 1000010 | 101110 |
Color Harmonies of #28C36A
Complementary color
Monochromatic Colors of #28C36A
Black with #28C36A
Text Example
Text Example
White with #28C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C36A; }
p { color: rgb(40,195,106); }
H1.HeaderClassName
{
color: #28C36A;
}
.AnyTagClassName
{
color: #28C36A;
}
</style>
background-color css
<style>
a { background-color: #28C36A; }
a { background-color: rgb(40,195,106); }
div.DivClassName
{
background-color: #28C36A;
}
.BgClassName
{
background-color: #28C36A;
}
</style>
border-color css
<style>
span { border-color: #28C36A; }
span { border-color: rgb(40,195,106); }
td.TdClassName
{
border-color: #28C36A;
}
.TagClassName
{
border-color: #28C36A;
}
</style>