Shades of Medium Sea Green #3CB080
Tints of Medium Sea Green #3CB080
RGB
CMYK
RGB Variations
Color information
#3CB080 (or 0x3CB080) is known color: Medium Sea Green. HEX triplet: 3C, B0 and 80. RGB value is (60,176,128). Sum of RGB (Red+Green+Blue) = 60+176+128=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB080 is #C34F7F. Grayscale: #878787. Windows color (decimal): -12799872 or 8433724. OLE color: 8433724.
HSL color Cylindrical-coordinate representation of color #3CB080: hue angle of 155.17º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB080 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 128 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.31 |
| HSL | 155.17º | 0.49% | 0.46% | - |
| HSV(B) | 155.17º | 0.66% | 0.69% | - |
| XYZ | 21.29 | 33.57 | 25.78 | - |
| YUV | 135.84 | 123.57 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 128 | 0.66 | 0 | 0.27 | 0.31 | 155.17 | 0.49 | 0.46 |
| Hex | 3C | B0 | 80 | 42 | 0 | 1B | 1F | 9B | 31 | 2E |
| Octal | 74 | 260 | 200 | 102 | 0 | 33 | 37 | 233 | 61 | 56 |
| Binary | 111100 | 10110000 | 10000000 | 1000010 | 0 | 11011 | 11111 | 10011011 | 110001 | 101110 |
Color Harmonies of #3CB080
Complementary color
Monochromatic Colors of #3CB080
Black with #3CB080
Text Example
Text Example
White with #3CB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB080; }
p { color: rgb(60,176,128); }
H1.HeaderClassName
{
color: #3CB080;
}
.AnyTagClassName
{
color: #3CB080;
}
</style>
background-color css
<style>
a { background-color: #3CB080; }
a { background-color: rgb(60,176,128); }
div.DivClassName
{
background-color: #3CB080;
}
.BgClassName
{
background-color: #3CB080;
}
</style>
border-color css
<style>
span { border-color: #3CB080; }
span { border-color: rgb(60,176,128); }
td.TdClassName
{
border-color: #3CB080;
}
.TagClassName
{
border-color: #3CB080;
}
</style>