Shades of Medium Sea Green #41B482
Tints of Medium Sea Green #41B482
RGB
CMYK
RGB Variations
Color information
#41B482 (or 0x41B482) is known color: Medium Sea Green. HEX triplet: 41, B4 and 82. RGB value is (65,180,130). Sum of RGB (Red+Green+Blue) = 65+180+130=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #41B482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B482 is #BE4B7D. Grayscale: #8C8C8C. Windows color (decimal): -12471166 or 8565825. OLE color: 8565825.
HSL color Cylindrical-coordinate representation of color #41B482: hue angle of 153.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B482 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 180 | 130 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.29 |
| HSL | 153.91º | 0.47% | 0.48% | - |
| HSV(B) | 153.91º | 0.64% | 0.71% | - |
| XYZ | 22.53 | 35.38 | 26.76 | - |
| YUV | 139.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 180 | 130 | 0.64 | 0 | 0.28 | 0.29 | 153.91 | 0.47 | 0.48 |
| Hex | 41 | B4 | 82 | 40 | 0 | 1C | 1D | 9A | 2F | 30 |
| Octal | 101 | 264 | 202 | 100 | 0 | 34 | 35 | 232 | 57 | 60 |
| Binary | 1000001 | 10110100 | 10000010 | 1000000 | 0 | 11100 | 11101 | 10011010 | 101111 | 110000 |
Color Harmonies of #41B482
Complementary color
Monochromatic Colors of #41B482
Black with #41B482
Text Example
Text Example
White with #41B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B482; }
p { color: rgb(65,180,130); }
H1.HeaderClassName
{
color: #41B482;
}
.AnyTagClassName
{
color: #41B482;
}
</style>
background-color css
<style>
a { background-color: #41B482; }
a { background-color: rgb(65,180,130); }
div.DivClassName
{
background-color: #41B482;
}
.BgClassName
{
background-color: #41B482;
}
</style>
border-color css
<style>
span { border-color: #41B482; }
span { border-color: rgb(65,180,130); }
td.TdClassName
{
border-color: #41B482;
}
.TagClassName
{
border-color: #41B482;
}
</style>