Shades of Medium Sea Green #3CB168
Tints of Medium Sea Green #3CB168
RGB
CMYK
RGB Variations
Color information
#3CB168 (or 0x3CB168) is known color: Medium Sea Green. HEX triplet: 3C, B1 and 68. RGB value is (60,177,104). Sum of RGB (Red+Green+Blue) = 60+177+104=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB168 is #C34E97. Grayscale: #858585. Windows color (decimal): -12799640 or 6861116. OLE color: 6861116.
HSL color Cylindrical-coordinate representation of color #3CB168: hue angle of 142.56º 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 #3CB168 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 104 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.31 |
| HSL | 142.56º | 0.49% | 0.46% | - |
| HSV(B) | 142.56º | 0.66% | 0.69% | - |
| XYZ | 20.08 | 33.4 | 18.49 | - |
| YUV | 133.7 | 111.24 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 104 | 0.66 | 0 | 0.41 | 0.31 | 142.56 | 0.49 | 0.46 |
| Hex | 3C | B1 | 68 | 42 | 0 | 29 | 1F | 8F | 31 | 2E |
| Octal | 74 | 261 | 150 | 102 | 0 | 51 | 37 | 217 | 61 | 56 |
| Binary | 111100 | 10110001 | 1101000 | 1000010 | 0 | 101001 | 11111 | 10001111 | 110001 | 101110 |
Color Harmonies of #3CB168
Complementary color
Monochromatic Colors of #3CB168
Black with #3CB168
Text Example
Text Example
White with #3CB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB168; }
p { color: rgb(60,177,104); }
H1.HeaderClassName
{
color: #3CB168;
}
.AnyTagClassName
{
color: #3CB168;
}
</style>
background-color css
<style>
a { background-color: #3CB168; }
a { background-color: rgb(60,177,104); }
div.DivClassName
{
background-color: #3CB168;
}
.BgClassName
{
background-color: #3CB168;
}
</style>
border-color css
<style>
span { border-color: #3CB168; }
span { border-color: rgb(60,177,104); }
td.TdClassName
{
border-color: #3CB168;
}
.TagClassName
{
border-color: #3CB168;
}
</style>