Shades of Medium Sea Green #28C264
Tints of Medium Sea Green #28C264
RGB
CMYK
RGB Variations
Color information
#28C264 (or 0x28C264) is known color: Medium Sea Green. HEX triplet: 28, C2 and 64. RGB value is (40,194,100). Sum of RGB (Red+Green+Blue) = 40+194+100=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #28C264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C264 is #D73D9B. Grayscale: #898989. Windows color (decimal): -14106012 or 6603304. OLE color: 6603304.
HSL color Cylindrical-coordinate representation of color #28C264: hue angle of 143.38º 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 #28C264 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 100 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.24 |
| HSL | 143.38º | 0.66% | 0.46% | - |
| HSV(B) | 143.38º | 0.79% | 0.76% | - |
| XYZ | 22.47 | 39.95 | 18.58 | - |
| YUV | 137.24 | 106.98 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 100 | 0.79 | 0 | 0.48 | 0.24 | 143.38 | 0.66 | 0.46 |
| Hex | 28 | C2 | 64 | 4F | 0 | 30 | 18 | 8F | 42 | 2E |
| Octal | 50 | 302 | 144 | 117 | 0 | 60 | 30 | 217 | 102 | 56 |
| Binary | 101000 | 11000010 | 1100100 | 1001111 | 0 | 110000 | 11000 | 10001111 | 1000010 | 101110 |
Color Harmonies of #28C264
Complementary color
Monochromatic Colors of #28C264
Black with #28C264
Text Example
Text Example
White with #28C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C264; }
p { color: rgb(40,194,100); }
H1.HeaderClassName
{
color: #28C264;
}
.AnyTagClassName
{
color: #28C264;
}
</style>
background-color css
<style>
a { background-color: #28C264; }
a { background-color: rgb(40,194,100); }
div.DivClassName
{
background-color: #28C264;
}
.BgClassName
{
background-color: #28C264;
}
</style>
border-color css
<style>
span { border-color: #28C264; }
span { border-color: rgb(40,194,100); }
td.TdClassName
{
border-color: #28C264;
}
.TagClassName
{
border-color: #28C264;
}
</style>