Shades of Medium Sea Green #45BC73
Tints of Medium Sea Green #45BC73
RGB
CMYK
RGB Variations
Color information
#45BC73 (or 0x45BC73) is known color: Medium Sea Green. HEX triplet: 45, BC and 73. RGB value is (69,188,115). Sum of RGB (Red+Green+Blue) = 69+188+115=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC73 is #BA438C. Grayscale: #909090. Windows color (decimal): -12206989 or 7584837. OLE color: 7584837.
HSL color Cylindrical-coordinate representation of color #45BC73: hue angle of 143.19º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BC73 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 115 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.26 |
| HSL | 143.19º | 0.47% | 0.5% | - |
| HSV(B) | 143.19º | 0.63% | 0.74% | - |
| XYZ | 23.53 | 38.47 | 22.4 | - |
| YUV | 144.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 115 | 0.63 | 0 | 0.39 | 0.26 | 143.19 | 0.47 | 0.5 |
| Hex | 45 | BC | 73 | 3F | 0 | 27 | 1A | 8F | 2F | 32 |
| Octal | 105 | 274 | 163 | 77 | 0 | 47 | 32 | 217 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1110011 | 111111 | 0 | 100111 | 11010 | 10001111 | 101111 | 110010 |
Color Harmonies of #45BC73
Complementary color
Monochromatic Colors of #45BC73
Black with #45BC73
Text Example
Text Example
White with #45BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC73; }
p { color: rgb(69,188,115); }
H1.HeaderClassName
{
color: #45BC73;
}
.AnyTagClassName
{
color: #45BC73;
}
</style>
background-color css
<style>
a { background-color: #45BC73; }
a { background-color: rgb(69,188,115); }
div.DivClassName
{
background-color: #45BC73;
}
.BgClassName
{
background-color: #45BC73;
}
</style>
border-color css
<style>
span { border-color: #45BC73; }
span { border-color: rgb(69,188,115); }
td.TdClassName
{
border-color: #45BC73;
}
.TagClassName
{
border-color: #45BC73;
}
</style>