Shades of Medium Sea Green #3CC265
Tints of Medium Sea Green #3CC265
RGB
CMYK
RGB Variations
Color information
#3CC265 (or 0x3CC265) is known color: Medium Sea Green. HEX triplet: 3C, C2 and 65. RGB value is (60,194,101). Sum of RGB (Red+Green+Blue) = 60+194+101=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC265 is #C33D9A. Grayscale: #8F8F8F. Windows color (decimal): -12795291 or 6668860. OLE color: 6668860.
HSL color Cylindrical-coordinate representation of color #3CC265: hue angle of 138.36º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC265 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 101 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.24 |
| HSL | 138.36º | 0.53% | 0.5% | - |
| HSV(B) | 138.36º | 0.69% | 0.76% | - |
| XYZ | 23.5 | 40.48 | 18.89 | - |
| YUV | 143.33 | 104.11 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 101 | 0.69 | 0 | 0.48 | 0.24 | 138.36 | 0.53 | 0.5 |
| Hex | 3C | C2 | 65 | 45 | 0 | 30 | 18 | 8A | 35 | 32 |
| Octal | 74 | 302 | 145 | 105 | 0 | 60 | 30 | 212 | 65 | 62 |
| Binary | 111100 | 11000010 | 1100101 | 1000101 | 0 | 110000 | 11000 | 10001010 | 110101 | 110010 |
Color Harmonies of #3CC265
Complementary color
Monochromatic Colors of #3CC265
Black with #3CC265
Text Example
Text Example
White with #3CC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC265; }
p { color: rgb(60,194,101); }
H1.HeaderClassName
{
color: #3CC265;
}
.AnyTagClassName
{
color: #3CC265;
}
</style>
background-color css
<style>
a { background-color: #3CC265; }
a { background-color: rgb(60,194,101); }
div.DivClassName
{
background-color: #3CC265;
}
.BgClassName
{
background-color: #3CC265;
}
</style>
border-color css
<style>
span { border-color: #3CC265; }
span { border-color: rgb(60,194,101); }
td.TdClassName
{
border-color: #3CC265;
}
.TagClassName
{
border-color: #3CC265;
}
</style>