Shades of Medium Sea Green #3CBD6E
Tints of Medium Sea Green #3CBD6E
RGB
CMYK
RGB Variations
Color information
#3CBD6E (or 0x3CBD6E) is known color: Medium Sea Green. HEX triplet: 3C, BD and 6E. RGB value is (60,189,110). Sum of RGB (Red+Green+Blue) = 60+189+110=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBD6E is #C34291. Grayscale: #8D8D8D. Windows color (decimal): -12796562 or 7257404. OLE color: 7257404.
HSL color Cylindrical-coordinate representation of color #3CBD6E: hue angle of 143.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBD6E is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 110 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.26 |
| HSL | 143.26º | 0.52% | 0.49% | - |
| HSV(B) | 143.26º | 0.68% | 0.74% | - |
| XYZ | 22.88 | 38.48 | 20.97 | - |
| YUV | 141.42 | 110.26 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 110 | 0.68 | 0 | 0.42 | 0.26 | 143.26 | 0.52 | 0.49 |
| Hex | 3C | BD | 6E | 44 | 0 | 2A | 1A | 8F | 34 | 31 |
| Octal | 74 | 275 | 156 | 104 | 0 | 52 | 32 | 217 | 64 | 61 |
| Binary | 111100 | 10111101 | 1101110 | 1000100 | 0 | 101010 | 11010 | 10001111 | 110100 | 110001 |
Color Harmonies of #3CBD6E
Complementary color
Monochromatic Colors of #3CBD6E
Black with #3CBD6E
Text Example
Text Example
White with #3CBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBD6E; }
p { color: rgb(60,189,110); }
H1.HeaderClassName
{
color: #3CBD6E;
}
.AnyTagClassName
{
color: #3CBD6E;
}
</style>
background-color css
<style>
a { background-color: #3CBD6E; }
a { background-color: rgb(60,189,110); }
div.DivClassName
{
background-color: #3CBD6E;
}
.BgClassName
{
background-color: #3CBD6E;
}
</style>
border-color css
<style>
span { border-color: #3CBD6E; }
span { border-color: rgb(60,189,110); }
td.TdClassName
{
border-color: #3CBD6E;
}
.TagClassName
{
border-color: #3CBD6E;
}
</style>