Shades of Medium Sea Green #41C082
Tints of Medium Sea Green #41C082
RGB
CMYK
RGB Variations
Color information
#41C082 (or 0x41C082) is known color: Medium Sea Green. HEX triplet: 41, C0 and 82. RGB value is (65,192,130). Sum of RGB (Red+Green+Blue) = 65+192+130=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #41C082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C082 is #BE3F7D. Grayscale: #939393. Windows color (decimal): -12468094 or 8568897. OLE color: 8568897.
HSL color Cylindrical-coordinate representation of color #41C082: hue angle of 150.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C082 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 130 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.25 |
| HSL | 150.71º | 0.5% | 0.5% | - |
| HSV(B) | 150.71º | 0.66% | 0.75% | - |
| XYZ | 25.06 | 40.43 | 27.6 | - |
| YUV | 146.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 130 | 0.66 | 0 | 0.32 | 0.25 | 150.71 | 0.5 | 0.5 |
| Hex | 41 | C0 | 82 | 42 | 0 | 20 | 19 | 97 | 32 | 32 |
| Octal | 101 | 300 | 202 | 102 | 0 | 40 | 31 | 227 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10000010 | 1000010 | 0 | 100000 | 11001 | 10010111 | 110010 | 110010 |
Color Harmonies of #41C082
Complementary color
Monochromatic Colors of #41C082
Black with #41C082
Text Example
Text Example
White with #41C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C082; }
p { color: rgb(65,192,130); }
H1.HeaderClassName
{
color: #41C082;
}
.AnyTagClassName
{
color: #41C082;
}
</style>
background-color css
<style>
a { background-color: #41C082; }
a { background-color: rgb(65,192,130); }
div.DivClassName
{
background-color: #41C082;
}
.BgClassName
{
background-color: #41C082;
}
</style>
border-color css
<style>
span { border-color: #41C082; }
span { border-color: rgb(65,192,130); }
td.TdClassName
{
border-color: #41C082;
}
.TagClassName
{
border-color: #41C082;
}
</style>