Shades of Medium Sea Green #3CAF6C
Tints of Medium Sea Green #3CAF6C
RGB
CMYK
RGB Variations
Color information
#3CAF6C (or 0x3CAF6C) is known color: Medium Sea Green. HEX triplet: 3C, AF and 6C. RGB value is (60,175,108). Sum of RGB (Red+Green+Blue) = 60+175+108=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF6C is #C35093. Grayscale: #858585. Windows color (decimal): -12800148 or 7122748. OLE color: 7122748.
HSL color Cylindrical-coordinate representation of color #3CAF6C: hue angle of 145.04º 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 #3CAF6C is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 108 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.31 |
| HSL | 145.04º | 0.49% | 0.46% | - |
| HSV(B) | 145.04º | 0.66% | 0.69% | - |
| XYZ | 19.9 | 32.7 | 19.45 | - |
| YUV | 132.98 | 113.9 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 108 | 0.66 | 0 | 0.38 | 0.31 | 145.04 | 0.49 | 0.46 |
| Hex | 3C | AF | 6C | 42 | 0 | 26 | 1F | 91 | 31 | 2E |
| Octal | 74 | 257 | 154 | 102 | 0 | 46 | 37 | 221 | 61 | 56 |
| Binary | 111100 | 10101111 | 1101100 | 1000010 | 0 | 100110 | 11111 | 10010001 | 110001 | 101110 |
Color Harmonies of #3CAF6C
Complementary color
Monochromatic Colors of #3CAF6C
Black with #3CAF6C
Text Example
Text Example
White with #3CAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF6C; }
p { color: rgb(60,175,108); }
H1.HeaderClassName
{
color: #3CAF6C;
}
.AnyTagClassName
{
color: #3CAF6C;
}
</style>
background-color css
<style>
a { background-color: #3CAF6C; }
a { background-color: rgb(60,175,108); }
div.DivClassName
{
background-color: #3CAF6C;
}
.BgClassName
{
background-color: #3CAF6C;
}
</style>
border-color css
<style>
span { border-color: #3CAF6C; }
span { border-color: rgb(60,175,108); }
td.TdClassName
{
border-color: #3CAF6C;
}
.TagClassName
{
border-color: #3CAF6C;
}
</style>