Shades of Medium Sea Green #45BD6D
Tints of Medium Sea Green #45BD6D
RGB
CMYK
RGB Variations
Color information
#45BD6D (or 0x45BD6D) is known color: Medium Sea Green. HEX triplet: 45, BD and 6D. RGB value is (69,189,109). Sum of RGB (Red+Green+Blue) = 69+189+109=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BD6D is #BA4292. Grayscale: #909090. Windows color (decimal): -12206739 or 7191877. OLE color: 7191877.
HSL color Cylindrical-coordinate representation of color #45BD6D: hue angle of 140º 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 #45BD6D is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 189 | 109 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.26 |
| HSL | 140º | 0.48% | 0.51% | - |
| HSV(B) | 140º | 0.63% | 0.74% | - |
| XYZ | 23.41 | 38.76 | 20.72 | - |
| YUV | 144 | 108.24 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 189 | 109 | 0.63 | 0 | 0.42 | 0.26 | 140 | 0.48 | 0.51 |
| Hex | 45 | BD | 6D | 3F | 0 | 2A | 1A | 8C | 30 | 33 |
| Octal | 105 | 275 | 155 | 77 | 0 | 52 | 32 | 214 | 60 | 63 |
| Binary | 1000101 | 10111101 | 1101101 | 111111 | 0 | 101010 | 11010 | 10001100 | 110000 | 110011 |
Color Harmonies of #45BD6D
Complementary color
Monochromatic Colors of #45BD6D
Black with #45BD6D
Text Example
Text Example
White with #45BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BD6D; }
p { color: rgb(69,189,109); }
H1.HeaderClassName
{
color: #45BD6D;
}
.AnyTagClassName
{
color: #45BD6D;
}
</style>
background-color css
<style>
a { background-color: #45BD6D; }
a { background-color: rgb(69,189,109); }
div.DivClassName
{
background-color: #45BD6D;
}
.BgClassName
{
background-color: #45BD6D;
}
</style>
border-color css
<style>
span { border-color: #45BD6D; }
span { border-color: rgb(69,189,109); }
td.TdClassName
{
border-color: #45BD6D;
}
.TagClassName
{
border-color: #45BD6D;
}
</style>