Shades of Medium Sea Green #45BD73
Tints of Medium Sea Green #45BD73
RGB
CMYK
RGB Variations
Color information
#45BD73 (or 0x45BD73) is known color: Medium Sea Green. HEX triplet: 45, BD and 73. RGB value is (69,189,115). Sum of RGB (Red+Green+Blue) = 69+189+115=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BD73 is #BA428C. Grayscale: #909090. Windows color (decimal): -12206733 or 7585093. OLE color: 7585093.
HSL color Cylindrical-coordinate representation of color #45BD73: hue angle of 143º 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 #45BD73 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 189 | 115 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.26 |
| HSL | 143º | 0.48% | 0.51% | - |
| HSV(B) | 143º | 0.63% | 0.74% | - |
| XYZ | 23.75 | 38.9 | 22.48 | - |
| YUV | 144.68 | 111.24 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 189 | 115 | 0.63 | 0 | 0.39 | 0.26 | 143 | 0.48 | 0.51 |
| Hex | 45 | BD | 73 | 3F | 0 | 27 | 1A | 8F | 30 | 33 |
| Octal | 105 | 275 | 163 | 77 | 0 | 47 | 32 | 217 | 60 | 63 |
| Binary | 1000101 | 10111101 | 1110011 | 111111 | 0 | 100111 | 11010 | 10001111 | 110000 | 110011 |
Color Harmonies of #45BD73
Complementary color
Monochromatic Colors of #45BD73
Black with #45BD73
Text Example
Text Example
White with #45BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BD73; }
p { color: rgb(69,189,115); }
H1.HeaderClassName
{
color: #45BD73;
}
.AnyTagClassName
{
color: #45BD73;
}
</style>
background-color css
<style>
a { background-color: #45BD73; }
a { background-color: rgb(69,189,115); }
div.DivClassName
{
background-color: #45BD73;
}
.BgClassName
{
background-color: #45BD73;
}
</style>
border-color css
<style>
span { border-color: #45BD73; }
span { border-color: rgb(69,189,115); }
td.TdClassName
{
border-color: #45BD73;
}
.TagClassName
{
border-color: #45BD73;
}
</style>