Shades of Medium Sea Green #3CB282
Tints of Medium Sea Green #3CB282
RGB
CMYK
RGB Variations
Color information
#3CB282 (or 0x3CB282) is known color: Medium Sea Green. HEX triplet: 3C, B2 and 82. RGB value is (60,178,130). Sum of RGB (Red+Green+Blue) = 60+178+130=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB282 is #C34D7D. Grayscale: #898989. Windows color (decimal): -12799358 or 8565308. OLE color: 8565308.
HSL color Cylindrical-coordinate representation of color #3CB282: hue angle of 155.59º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB282 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 130 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.30 |
| HSL | 155.59º | 0.5% | 0.47% | - |
| HSV(B) | 155.59º | 0.66% | 0.7% | - |
| XYZ | 21.81 | 34.41 | 26.61 | - |
| YUV | 137.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 130 | 0.66 | 0 | 0.27 | 0.30 | 155.59 | 0.5 | 0.47 |
| Hex | 3C | B2 | 82 | 42 | 0 | 1B | 1E | 9C | 32 | 2F |
| Octal | 74 | 262 | 202 | 102 | 0 | 33 | 36 | 234 | 62 | 57 |
| Binary | 111100 | 10110010 | 10000010 | 1000010 | 0 | 11011 | 11110 | 10011100 | 110010 | 101111 |
Color Harmonies of #3CB282
Complementary color
Monochromatic Colors of #3CB282
Black with #3CB282
Text Example
Text Example
White with #3CB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB282; }
p { color: rgb(60,178,130); }
H1.HeaderClassName
{
color: #3CB282;
}
.AnyTagClassName
{
color: #3CB282;
}
</style>
background-color css
<style>
a { background-color: #3CB282; }
a { background-color: rgb(60,178,130); }
div.DivClassName
{
background-color: #3CB282;
}
.BgClassName
{
background-color: #3CB282;
}
</style>
border-color css
<style>
span { border-color: #3CB282; }
span { border-color: rgb(60,178,130); }
td.TdClassName
{
border-color: #3CB282;
}
.TagClassName
{
border-color: #3CB282;
}
</style>