Shades of Medium Sea Green #3CB880
Tints of Medium Sea Green #3CB880
RGB
CMYK
RGB Variations
Color information
#3CB880 (or 0x3CB880) is known color: Medium Sea Green. HEX triplet: 3C, B8 and 80. RGB value is (60,184,128). Sum of RGB (Red+Green+Blue) = 60+184+128=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB880 is #C3477F. Grayscale: #8C8C8C. Windows color (decimal): -12797824 or 8435772. OLE color: 8435772.
HSL color Cylindrical-coordinate representation of color #3CB880: hue angle of 152.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB880 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 128 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.28 |
| HSL | 152.9º | 0.51% | 0.48% | - |
| HSV(B) | 152.9º | 0.67% | 0.72% | - |
| XYZ | 22.9 | 36.8 | 26.32 | - |
| YUV | 140.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 128 | 0.67 | 0 | 0.30 | 0.28 | 152.9 | 0.51 | 0.48 |
| Hex | 3C | B8 | 80 | 43 | 0 | 1E | 1C | 99 | 33 | 30 |
| Octal | 74 | 270 | 200 | 103 | 0 | 36 | 34 | 231 | 63 | 60 |
| Binary | 111100 | 10111000 | 10000000 | 1000011 | 0 | 11110 | 11100 | 10011001 | 110011 | 110000 |
Color Harmonies of #3CB880
Complementary color
Monochromatic Colors of #3CB880
Black with #3CB880
Text Example
Text Example
White with #3CB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB880; }
p { color: rgb(60,184,128); }
H1.HeaderClassName
{
color: #3CB880;
}
.AnyTagClassName
{
color: #3CB880;
}
</style>
background-color css
<style>
a { background-color: #3CB880; }
a { background-color: rgb(60,184,128); }
div.DivClassName
{
background-color: #3CB880;
}
.BgClassName
{
background-color: #3CB880;
}
</style>
border-color css
<style>
span { border-color: #3CB880; }
span { border-color: rgb(60,184,128); }
td.TdClassName
{
border-color: #3CB880;
}
.TagClassName
{
border-color: #3CB880;
}
</style>