Shades of Medium Sea Green #45BD85
Tints of Medium Sea Green #45BD85
RGB
CMYK
RGB Variations
Color information
#45BD85 (or 0x45BD85) is known color: Medium Sea Green. HEX triplet: 45, BD and 85. RGB value is (69,189,133). Sum of RGB (Red+Green+Blue) = 69+189+133=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BD85 is #BA427A. Grayscale: #929292. Windows color (decimal): -12206715 or 8764741. OLE color: 8764741.
HSL color Cylindrical-coordinate representation of color #45BD85: hue angle of 152º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BD85 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 189 | 133 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.26 |
| HSL | 152º | 0.48% | 0.51% | - |
| HSV(B) | 152º | 0.63% | 0.74% | - |
| XYZ | 24.89 | 39.35 | 28.47 | - |
| YUV | 146.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 189 | 133 | 0.63 | 0 | 0.30 | 0.26 | 152 | 0.48 | 0.51 |
| Hex | 45 | BD | 85 | 3F | 0 | 1E | 1A | 98 | 30 | 33 |
| Octal | 105 | 275 | 205 | 77 | 0 | 36 | 32 | 230 | 60 | 63 |
| Binary | 1000101 | 10111101 | 10000101 | 111111 | 0 | 11110 | 11010 | 10011000 | 110000 | 110011 |
Color Harmonies of #45BD85
Complementary color
Monochromatic Colors of #45BD85
Black with #45BD85
Text Example
Text Example
White with #45BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BD85; }
p { color: rgb(69,189,133); }
H1.HeaderClassName
{
color: #45BD85;
}
.AnyTagClassName
{
color: #45BD85;
}
</style>
background-color css
<style>
a { background-color: #45BD85; }
a { background-color: rgb(69,189,133); }
div.DivClassName
{
background-color: #45BD85;
}
.BgClassName
{
background-color: #45BD85;
}
</style>
border-color css
<style>
span { border-color: #45BD85; }
span { border-color: rgb(69,189,133); }
td.TdClassName
{
border-color: #45BD85;
}
.TagClassName
{
border-color: #45BD85;
}
</style>