Shades of Medium Sea Green #36C080
Tints of Medium Sea Green #36C080
RGB
CMYK
RGB Variations
Color information
#36C080 (or 0x36C080) is known color: Medium Sea Green. HEX triplet: 36, C0 and 80. RGB value is (54,192,128). Sum of RGB (Red+Green+Blue) = 54+192+128=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #36C080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C080 is #C93F7F. Grayscale: #8F8F8F. Windows color (decimal): -13188992 or 8437814. OLE color: 8437814.
HSL color Cylindrical-coordinate representation of color #36C080: hue angle of 152.17º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C080 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 128 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.25 |
| HSL | 152.17º | 0.56% | 0.48% | - |
| HSV(B) | 152.17º | 0.72% | 0.75% | - |
| XYZ | 24.27 | 40.04 | 26.87 | - |
| YUV | 143.44 | 119.28 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 128 | 0.72 | 0 | 0.33 | 0.25 | 152.17 | 0.56 | 0.48 |
| Hex | 36 | C0 | 80 | 48 | 0 | 21 | 19 | 98 | 38 | 30 |
| Octal | 66 | 300 | 200 | 110 | 0 | 41 | 31 | 230 | 70 | 60 |
| Binary | 110110 | 11000000 | 10000000 | 1001000 | 0 | 100001 | 11001 | 10011000 | 111000 | 110000 |
Color Harmonies of #36C080
Complementary color
Monochromatic Colors of #36C080
Black with #36C080
Text Example
Text Example
White with #36C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C080; }
p { color: rgb(54,192,128); }
H1.HeaderClassName
{
color: #36C080;
}
.AnyTagClassName
{
color: #36C080;
}
</style>
background-color css
<style>
a { background-color: #36C080; }
a { background-color: rgb(54,192,128); }
div.DivClassName
{
background-color: #36C080;
}
.BgClassName
{
background-color: #36C080;
}
</style>
border-color css
<style>
span { border-color: #36C080; }
span { border-color: rgb(54,192,128); }
td.TdClassName
{
border-color: #36C080;
}
.TagClassName
{
border-color: #36C080;
}
</style>