Shades of Medium Sea Green #28CB6C
Tints of Medium Sea Green #28CB6C
RGB
CMYK
RGB Variations
Color information
#28CB6C (or 0x28CB6C) is known color: Medium Sea Green. HEX triplet: 28, CB and 6C. RGB value is (40,203,108). Sum of RGB (Red+Green+Blue) = 40+203+108=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #28CB6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CB6C is #D73493. Grayscale: #8F8F8F. Windows color (decimal): -14103700 or 7129896. OLE color: 7129896.
HSL color Cylindrical-coordinate representation of color #28CB6C: hue angle of 145.03º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CB6C is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 108 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.20 |
| HSL | 145.03º | 0.67% | 0.48% | - |
| HSV(B) | 145.03º | 0.8% | 0.8% | - |
| XYZ | 24.94 | 44.25 | 21.41 | - |
| YUV | 143.43 | 108 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 108 | 0.80 | 0 | 0.47 | 0.20 | 145.03 | 0.67 | 0.48 |
| Hex | 28 | CB | 6C | 50 | 0 | 2F | 14 | 91 | 43 | 30 |
| Octal | 50 | 313 | 154 | 120 | 0 | 57 | 24 | 221 | 103 | 60 |
| Binary | 101000 | 11001011 | 1101100 | 1010000 | 0 | 101111 | 10100 | 10010001 | 1000011 | 110000 |
Color Harmonies of #28CB6C
Complementary color
Monochromatic Colors of #28CB6C
Black with #28CB6C
Text Example
Text Example
White with #28CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CB6C; }
p { color: rgb(40,203,108); }
H1.HeaderClassName
{
color: #28CB6C;
}
.AnyTagClassName
{
color: #28CB6C;
}
</style>
background-color css
<style>
a { background-color: #28CB6C; }
a { background-color: rgb(40,203,108); }
div.DivClassName
{
background-color: #28CB6C;
}
.BgClassName
{
background-color: #28CB6C;
}
</style>
border-color css
<style>
span { border-color: #28CB6C; }
span { border-color: rgb(40,203,108); }
td.TdClassName
{
border-color: #28CB6C;
}
.TagClassName
{
border-color: #28CB6C;
}
</style>