Shades of Medium Sea Green #3CBF65
Tints of Medium Sea Green #3CBF65
RGB
CMYK
RGB Variations
Color information
#3CBF65 (or 0x3CBF65) is known color: Medium Sea Green. HEX triplet: 3C, BF and 65. RGB value is (60,191,101). Sum of RGB (Red+Green+Blue) = 60+191+101=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBF65 is #C3409A. Grayscale: #8D8D8D. Windows color (decimal): -12796059 or 6668092. OLE color: 6668092.
HSL color Cylindrical-coordinate representation of color #3CBF65: hue angle of 138.78º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBF65 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 191 | 101 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.25 |
| HSL | 138.78º | 0.52% | 0.49% | - |
| HSV(B) | 138.78º | 0.69% | 0.75% | - |
| XYZ | 22.84 | 39.16 | 18.67 | - |
| YUV | 141.57 | 105.1 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 101 | 0.69 | 0 | 0.47 | 0.25 | 138.78 | 0.52 | 0.49 |
| Hex | 3C | BF | 65 | 45 | 0 | 2F | 19 | 8B | 34 | 31 |
| Octal | 74 | 277 | 145 | 105 | 0 | 57 | 31 | 213 | 64 | 61 |
| Binary | 111100 | 10111111 | 1100101 | 1000101 | 0 | 101111 | 11001 | 10001011 | 110100 | 110001 |
Color Harmonies of #3CBF65
Complementary color
Monochromatic Colors of #3CBF65
Black with #3CBF65
Text Example
Text Example
White with #3CBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBF65; }
p { color: rgb(60,191,101); }
H1.HeaderClassName
{
color: #3CBF65;
}
.AnyTagClassName
{
color: #3CBF65;
}
</style>
background-color css
<style>
a { background-color: #3CBF65; }
a { background-color: rgb(60,191,101); }
div.DivClassName
{
background-color: #3CBF65;
}
.BgClassName
{
background-color: #3CBF65;
}
</style>
border-color css
<style>
span { border-color: #3CBF65; }
span { border-color: rgb(60,191,101); }
td.TdClassName
{
border-color: #3CBF65;
}
.TagClassName
{
border-color: #3CBF65;
}
</style>