Shades of Medium Sea Green #41BB80
Tints of Medium Sea Green #41BB80
RGB
CMYK
RGB Variations
Color information
#41BB80 (or 0x41BB80) is known color: Medium Sea Green. HEX triplet: 41, BB and 80. RGB value is (65,187,128). Sum of RGB (Red+Green+Blue) = 65+187+128=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BB80 is #BE447F. Grayscale: #8F8F8F. Windows color (decimal): -12469376 or 8436545. OLE color: 8436545.
HSL color Cylindrical-coordinate representation of color #41BB80: hue angle of 150.98º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BB80 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 187 | 128 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.27 |
| HSL | 150.98º | 0.48% | 0.49% | - |
| HSV(B) | 150.98º | 0.65% | 0.73% | - |
| XYZ | 23.85 | 38.22 | 26.54 | - |
| YUV | 143.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 128 | 0.65 | 0 | 0.32 | 0.27 | 150.98 | 0.48 | 0.49 |
| Hex | 41 | BB | 80 | 41 | 0 | 20 | 1B | 97 | 30 | 31 |
| Octal | 101 | 273 | 200 | 101 | 0 | 40 | 33 | 227 | 60 | 61 |
| Binary | 1000001 | 10111011 | 10000000 | 1000001 | 0 | 100000 | 11011 | 10010111 | 110000 | 110001 |
Color Harmonies of #41BB80
Complementary color
Monochromatic Colors of #41BB80
Black with #41BB80
Text Example
Text Example
White with #41BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BB80; }
p { color: rgb(65,187,128); }
H1.HeaderClassName
{
color: #41BB80;
}
.AnyTagClassName
{
color: #41BB80;
}
</style>
background-color css
<style>
a { background-color: #41BB80; }
a { background-color: rgb(65,187,128); }
div.DivClassName
{
background-color: #41BB80;
}
.BgClassName
{
background-color: #41BB80;
}
</style>
border-color css
<style>
span { border-color: #41BB80; }
span { border-color: rgb(65,187,128); }
td.TdClassName
{
border-color: #41BB80;
}
.TagClassName
{
border-color: #41BB80;
}
</style>