Shades of Medium Sea Green #45BA78
Tints of Medium Sea Green #45BA78
RGB
CMYK
RGB Variations
Color information
#45BA78 (or 0x45BA78) is known color: Medium Sea Green. HEX triplet: 45, BA and 78. RGB value is (69,186,120). Sum of RGB (Red+Green+Blue) = 69+186+120=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BA78 is #BA4587. Grayscale: #8F8F8F. Windows color (decimal): -12207496 or 7912005. OLE color: 7912005.
HSL color Cylindrical-coordinate representation of color #45BA78: hue angle of 146.15º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BA78 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 120 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.27 |
| HSL | 146.15º | 0.46% | 0.5% | - |
| HSV(B) | 146.15º | 0.63% | 0.73% | - |
| XYZ | 23.4 | 37.74 | 23.82 | - |
| YUV | 143.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 120 | 0.63 | 0 | 0.35 | 0.27 | 146.15 | 0.46 | 0.5 |
| Hex | 45 | BA | 78 | 3F | 0 | 23 | 1B | 92 | 2E | 32 |
| Octal | 105 | 272 | 170 | 77 | 0 | 43 | 33 | 222 | 56 | 62 |
| Binary | 1000101 | 10111010 | 1111000 | 111111 | 0 | 100011 | 11011 | 10010010 | 101110 | 110010 |
Color Harmonies of #45BA78
Complementary color
Monochromatic Colors of #45BA78
Black with #45BA78
Text Example
Text Example
White with #45BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA78; }
p { color: rgb(69,186,120); }
H1.HeaderClassName
{
color: #45BA78;
}
.AnyTagClassName
{
color: #45BA78;
}
</style>
background-color css
<style>
a { background-color: #45BA78; }
a { background-color: rgb(69,186,120); }
div.DivClassName
{
background-color: #45BA78;
}
.BgClassName
{
background-color: #45BA78;
}
</style>
border-color css
<style>
span { border-color: #45BA78; }
span { border-color: rgb(69,186,120); }
td.TdClassName
{
border-color: #45BA78;
}
.TagClassName
{
border-color: #45BA78;
}
</style>