Shades of Medium Sea Green #3CAF80
Tints of Medium Sea Green #3CAF80
RGB
CMYK
RGB Variations
Color information
#3CAF80 (or 0x3CAF80) is known color: Medium Sea Green. HEX triplet: 3C, AF and 80. RGB value is (60,175,128). Sum of RGB (Red+Green+Blue) = 60+175+128=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF80 is #C3507F. Grayscale: #878787. Windows color (decimal): -12800128 or 8433468. OLE color: 8433468.
HSL color Cylindrical-coordinate representation of color #3CAF80: hue angle of 155.48º 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 #3CAF80 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 128 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.31 |
| HSL | 155.48º | 0.49% | 0.46% | - |
| HSV(B) | 155.48º | 0.66% | 0.69% | - |
| XYZ | 21.09 | 33.18 | 25.71 | - |
| YUV | 135.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 128 | 0.66 | 0 | 0.27 | 0.31 | 155.48 | 0.49 | 0.46 |
| Hex | 3C | AF | 80 | 42 | 0 | 1B | 1F | 9B | 31 | 2E |
| Octal | 74 | 257 | 200 | 102 | 0 | 33 | 37 | 233 | 61 | 56 |
| Binary | 111100 | 10101111 | 10000000 | 1000010 | 0 | 11011 | 11111 | 10011011 | 110001 | 101110 |
Color Harmonies of #3CAF80
Complementary color
Monochromatic Colors of #3CAF80
Black with #3CAF80
Text Example
Text Example
White with #3CAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF80; }
p { color: rgb(60,175,128); }
H1.HeaderClassName
{
color: #3CAF80;
}
.AnyTagClassName
{
color: #3CAF80;
}
</style>
background-color css
<style>
a { background-color: #3CAF80; }
a { background-color: rgb(60,175,128); }
div.DivClassName
{
background-color: #3CAF80;
}
.BgClassName
{
background-color: #3CAF80;
}
</style>
border-color css
<style>
span { border-color: #3CAF80; }
span { border-color: rgb(60,175,128); }
td.TdClassName
{
border-color: #3CAF80;
}
.TagClassName
{
border-color: #3CAF80;
}
</style>