Shades of Medium Sea Green #28C266
Tints of Medium Sea Green #28C266
RGB
CMYK
RGB Variations
Color information
#28C266 (or 0x28C266) is known color: Medium Sea Green. HEX triplet: 28, C2 and 66. RGB value is (40,194,102). Sum of RGB (Red+Green+Blue) = 40+194+102=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #28C266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C266 is #D73D99. Grayscale: #898989. Windows color (decimal): -14106010 or 6734376. OLE color: 6734376.
HSL color Cylindrical-coordinate representation of color #28C266: hue angle of 144.16º 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 #28C266 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 102 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.24 |
| HSL | 144.16º | 0.66% | 0.46% | - |
| HSV(B) | 144.16º | 0.79% | 0.76% | - |
| XYZ | 22.57 | 39.99 | 19.1 | - |
| YUV | 137.47 | 107.98 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 102 | 0.79 | 0 | 0.47 | 0.24 | 144.16 | 0.66 | 0.46 |
| Hex | 28 | C2 | 66 | 4F | 0 | 2F | 18 | 90 | 42 | 2E |
| Octal | 50 | 302 | 146 | 117 | 0 | 57 | 30 | 220 | 102 | 56 |
| Binary | 101000 | 11000010 | 1100110 | 1001111 | 0 | 101111 | 11000 | 10010000 | 1000010 | 101110 |
Color Harmonies of #28C266
Complementary color
Monochromatic Colors of #28C266
Black with #28C266
Text Example
Text Example
White with #28C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C266; }
p { color: rgb(40,194,102); }
H1.HeaderClassName
{
color: #28C266;
}
.AnyTagClassName
{
color: #28C266;
}
</style>
background-color css
<style>
a { background-color: #28C266; }
a { background-color: rgb(40,194,102); }
div.DivClassName
{
background-color: #28C266;
}
.BgClassName
{
background-color: #28C266;
}
</style>
border-color css
<style>
span { border-color: #28C266; }
span { border-color: rgb(40,194,102); }
td.TdClassName
{
border-color: #28C266;
}
.TagClassName
{
border-color: #28C266;
}
</style>