Shades of Medium Sea Green #28C66C
Tints of Medium Sea Green #28C66C
RGB
CMYK
RGB Variations
Color information
#28C66C (or 0x28C66C) is known color: Medium Sea Green. HEX triplet: 28, C6 and 6C. RGB value is (40,198,108). Sum of RGB (Red+Green+Blue) = 40+198+108=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #28C66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C66C is #D73993. Grayscale: #8C8C8C. Windows color (decimal): -14104980 or 7128616. OLE color: 7128616.
HSL color Cylindrical-coordinate representation of color #28C66C: hue angle of 145.82º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C66C is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 108 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.22 |
| HSL | 145.82º | 0.66% | 0.47% | - |
| HSV(B) | 145.82º | 0.8% | 0.78% | - |
| XYZ | 23.78 | 41.92 | 21.03 | - |
| YUV | 140.5 | 109.65 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 108 | 0.80 | 0 | 0.45 | 0.22 | 145.82 | 0.66 | 0.47 |
| Hex | 28 | C6 | 6C | 50 | 0 | 2D | 16 | 92 | 42 | 2F |
| Octal | 50 | 306 | 154 | 120 | 0 | 55 | 26 | 222 | 102 | 57 |
| Binary | 101000 | 11000110 | 1101100 | 1010000 | 0 | 101101 | 10110 | 10010010 | 1000010 | 101111 |
Color Harmonies of #28C66C
Complementary color
Monochromatic Colors of #28C66C
Black with #28C66C
Text Example
Text Example
White with #28C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C66C; }
p { color: rgb(40,198,108); }
H1.HeaderClassName
{
color: #28C66C;
}
.AnyTagClassName
{
color: #28C66C;
}
</style>
background-color css
<style>
a { background-color: #28C66C; }
a { background-color: rgb(40,198,108); }
div.DivClassName
{
background-color: #28C66C;
}
.BgClassName
{
background-color: #28C66C;
}
</style>
border-color css
<style>
span { border-color: #28C66C; }
span { border-color: rgb(40,198,108); }
td.TdClassName
{
border-color: #28C66C;
}
.TagClassName
{
border-color: #28C66C;
}
</style>