Shades of Medium Sea Green #45BC6D
Tints of Medium Sea Green #45BC6D
RGB
CMYK
RGB Variations
Color information
#45BC6D (or 0x45BC6D) is known color: Medium Sea Green. HEX triplet: 45, BC and 6D. RGB value is (69,188,109). Sum of RGB (Red+Green+Blue) = 69+188+109=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BC6D is #BA4392. Grayscale: #8F8F8F. Windows color (decimal): -12206995 or 7191621. OLE color: 7191621.
HSL color Cylindrical-coordinate representation of color #45BC6D: hue angle of 140.17º 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 #45BC6D is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 109 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.26 |
| HSL | 140.17º | 0.47% | 0.5% | - |
| HSV(B) | 140.17º | 0.63% | 0.74% | - |
| XYZ | 23.2 | 38.34 | 20.64 | - |
| YUV | 143.41 | 108.58 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 109 | 0.63 | 0 | 0.42 | 0.26 | 140.17 | 0.47 | 0.5 |
| Hex | 45 | BC | 6D | 3F | 0 | 2A | 1A | 8C | 2F | 32 |
| Octal | 105 | 274 | 155 | 77 | 0 | 52 | 32 | 214 | 57 | 62 |
| Binary | 1000101 | 10111100 | 1101101 | 111111 | 0 | 101010 | 11010 | 10001100 | 101111 | 110010 |
Color Harmonies of #45BC6D
Complementary color
Monochromatic Colors of #45BC6D
Black with #45BC6D
Text Example
Text Example
White with #45BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC6D; }
p { color: rgb(69,188,109); }
H1.HeaderClassName
{
color: #45BC6D;
}
.AnyTagClassName
{
color: #45BC6D;
}
</style>
background-color css
<style>
a { background-color: #45BC6D; }
a { background-color: rgb(69,188,109); }
div.DivClassName
{
background-color: #45BC6D;
}
.BgClassName
{
background-color: #45BC6D;
}
</style>
border-color css
<style>
span { border-color: #45BC6D; }
span { border-color: rgb(69,188,109); }
td.TdClassName
{
border-color: #45BC6D;
}
.TagClassName
{
border-color: #45BC6D;
}
</style>