Shades of Medium Sea Green #3CB278
Tints of Medium Sea Green #3CB278
RGB
CMYK
RGB Variations
Color information
#3CB278 (or 0x3CB278) is known color: Medium Sea Green. HEX triplet: 3C, B2 and 78. RGB value is (60,178,120). Sum of RGB (Red+Green+Blue) = 60+178+120=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB278 is #C34D87. Grayscale: #888888. Windows color (decimal): -12799368 or 7909948. OLE color: 7909948.
HSL color Cylindrical-coordinate representation of color #3CB278: hue angle of 150.51º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB278 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 120 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.30 |
| HSL | 150.51º | 0.5% | 0.47% | - |
| HSV(B) | 150.51º | 0.66% | 0.7% | - |
| XYZ | 21.17 | 34.16 | 23.25 | - |
| YUV | 136.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 120 | 0.66 | 0 | 0.33 | 0.30 | 150.51 | 0.5 | 0.47 |
| Hex | 3C | B2 | 78 | 42 | 0 | 21 | 1E | 97 | 32 | 2F |
| Octal | 74 | 262 | 170 | 102 | 0 | 41 | 36 | 227 | 62 | 57 |
| Binary | 111100 | 10110010 | 1111000 | 1000010 | 0 | 100001 | 11110 | 10010111 | 110010 | 101111 |
Color Harmonies of #3CB278
Complementary color
Monochromatic Colors of #3CB278
Black with #3CB278
Text Example
Text Example
White with #3CB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB278; }
p { color: rgb(60,178,120); }
H1.HeaderClassName
{
color: #3CB278;
}
.AnyTagClassName
{
color: #3CB278;
}
</style>
background-color css
<style>
a { background-color: #3CB278; }
a { background-color: rgb(60,178,120); }
div.DivClassName
{
background-color: #3CB278;
}
.BgClassName
{
background-color: #3CB278;
}
</style>
border-color css
<style>
span { border-color: #3CB278; }
span { border-color: rgb(60,178,120); }
td.TdClassName
{
border-color: #3CB278;
}
.TagClassName
{
border-color: #3CB278;
}
</style>