Shades of Medium Sea Green #3CA675
Tints of Medium Sea Green #3CA675
RGB
CMYK
RGB Variations
Color information
#3CA675 (or 0x3CA675) is known color: Medium Sea Green. HEX triplet: 3C, A6 and 75. RGB value is (60,166,117). Sum of RGB (Red+Green+Blue) = 60+166+117=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA675 is #C3598A. Grayscale: #808080. Windows color (decimal): -12802443 or 7710268. OLE color: 7710268.
HSL color Cylindrical-coordinate representation of color #3CA675: hue angle of 152.26º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA675 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 117 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.35 |
| HSL | 152.26º | 0.47% | 0.44% | - |
| HSV(B) | 152.26º | 0.64% | 0.65% | - |
| XYZ | 18.71 | 29.52 | 21.54 | - |
| YUV | 128.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 117 | 0.64 | 0 | 0.30 | 0.35 | 152.26 | 0.47 | 0.44 |
| Hex | 3C | A6 | 75 | 40 | 0 | 1E | 23 | 98 | 2F | 2C |
| Octal | 74 | 246 | 165 | 100 | 0 | 36 | 43 | 230 | 57 | 54 |
| Binary | 111100 | 10100110 | 1110101 | 1000000 | 0 | 11110 | 100011 | 10011000 | 101111 | 101100 |
Color Harmonies of #3CA675
Complementary color
Monochromatic Colors of #3CA675
Black with #3CA675
Text Example
Text Example
White with #3CA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA675; }
p { color: rgb(60,166,117); }
H1.HeaderClassName
{
color: #3CA675;
}
.AnyTagClassName
{
color: #3CA675;
}
</style>
background-color css
<style>
a { background-color: #3CA675; }
a { background-color: rgb(60,166,117); }
div.DivClassName
{
background-color: #3CA675;
}
.BgClassName
{
background-color: #3CA675;
}
</style>
border-color css
<style>
span { border-color: #3CA675; }
span { border-color: rgb(60,166,117); }
td.TdClassName
{
border-color: #3CA675;
}
.TagClassName
{
border-color: #3CA675;
}
</style>