Shades of Medium Sea Green #41B082
Tints of Medium Sea Green #41B082
RGB
CMYK
RGB Variations
Color information
#41B082 (or 0x41B082) is known color: Medium Sea Green. HEX triplet: 41, B0 and 82. RGB value is (65,176,130). Sum of RGB (Red+Green+Blue) = 65+176+130=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #41B082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B082 is #BE4F7D. Grayscale: #898989. Windows color (decimal): -12472190 or 8564801. OLE color: 8564801.
HSL color Cylindrical-coordinate representation of color #41B082: hue angle of 155.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B082 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 176 | 130 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.31 |
| HSL | 155.14º | 0.46% | 0.47% | - |
| HSV(B) | 155.14º | 0.63% | 0.69% | - |
| XYZ | 21.73 | 33.79 | 26.49 | - |
| YUV | 137.57 | 123.73 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 176 | 130 | 0.63 | 0 | 0.26 | 0.31 | 155.14 | 0.46 | 0.47 |
| Hex | 41 | B0 | 82 | 3F | 0 | 1A | 1F | 9B | 2E | 2F |
| Octal | 101 | 260 | 202 | 77 | 0 | 32 | 37 | 233 | 56 | 57 |
| Binary | 1000001 | 10110000 | 10000010 | 111111 | 0 | 11010 | 11111 | 10011011 | 101110 | 101111 |
Color Harmonies of #41B082
Complementary color
Monochromatic Colors of #41B082
Black with #41B082
Text Example
Text Example
White with #41B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B082; }
p { color: rgb(65,176,130); }
H1.HeaderClassName
{
color: #41B082;
}
.AnyTagClassName
{
color: #41B082;
}
</style>
background-color css
<style>
a { background-color: #41B082; }
a { background-color: rgb(65,176,130); }
div.DivClassName
{
background-color: #41B082;
}
.BgClassName
{
background-color: #41B082;
}
</style>
border-color css
<style>
span { border-color: #41B082; }
span { border-color: rgb(65,176,130); }
td.TdClassName
{
border-color: #41B082;
}
.TagClassName
{
border-color: #41B082;
}
</style>