Shades of Medium Sea Green #3CAB7D
Tints of Medium Sea Green #3CAB7D
RGB
CMYK
RGB Variations
Color information
#3CAB7D (or 0x3CAB7D) is known color: Medium Sea Green. HEX triplet: 3C, AB and 7D. RGB value is (60,171,125). Sum of RGB (Red+Green+Blue) = 60+171+125=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB7D is #C35482. Grayscale: #848484. Windows color (decimal): -12801155 or 8235836. OLE color: 8235836.
HSL color Cylindrical-coordinate representation of color #3CAB7D: hue angle of 155.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAB7D is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 125 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.33 |
| HSL | 155.14º | 0.48% | 0.45% | - |
| HSV(B) | 155.14º | 0.65% | 0.67% | - |
| XYZ | 20.13 | 31.57 | 24.43 | - |
| YUV | 132.57 | 123.73 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 125 | 0.65 | 0 | 0.27 | 0.33 | 155.14 | 0.48 | 0.45 |
| Hex | 3C | AB | 7D | 41 | 0 | 1B | 21 | 9B | 30 | 2D |
| Octal | 74 | 253 | 175 | 101 | 0 | 33 | 41 | 233 | 60 | 55 |
| Binary | 111100 | 10101011 | 1111101 | 1000001 | 0 | 11011 | 100001 | 10011011 | 110000 | 101101 |
Color Harmonies of #3CAB7D
Complementary color
Monochromatic Colors of #3CAB7D
Black with #3CAB7D
Text Example
Text Example
White with #3CAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB7D; }
p { color: rgb(60,171,125); }
H1.HeaderClassName
{
color: #3CAB7D;
}
.AnyTagClassName
{
color: #3CAB7D;
}
</style>
background-color css
<style>
a { background-color: #3CAB7D; }
a { background-color: rgb(60,171,125); }
div.DivClassName
{
background-color: #3CAB7D;
}
.BgClassName
{
background-color: #3CAB7D;
}
</style>
border-color css
<style>
span { border-color: #3CAB7D; }
span { border-color: rgb(60,171,125); }
td.TdClassName
{
border-color: #3CAB7D;
}
.TagClassName
{
border-color: #3CAB7D;
}
</style>